~ubuntu-branches/debian/lenny/smokeping/lenny

« back to all changes in this revision

Viewing changes to doc/probes/EchoPingHttp.pm.html

  • Committer: Bazaar Package Importer
  • Author(s): Niko Tyni
  • Date: 2006-10-26 21:45:56 UTC
  • mfrom: (1.2.2 upstream) (2.1.5 edgy)
  • Revision ID: james.westby@ubuntu.com-20061026214556-5jnpiesx4vdijmu6
* debian/patches/15_clean_makefile.dpatch:
  + remove unneeded and potentially unsecure include paths.
* debian/patches: selected patches from the upstream SVN repository
  + 40_password.dpatch: skip reading the password file when running as a CGI.
  + 50_ldap.dpatch: Make the 'scope' option in the LDAP probe actually work.
  + 60_fping.dpatch:
    * Support the '-S' (set source address, see #198486) fping option.
    * Don't try to execute fping when running as a CGI.
  + 70_syslog.dpatch: Don't die silently if syslogd is unavailable.
    (Closes: #395056)
* Remove all the autogenerated documentation at clean time, to properly
  undo the effects of the 'build' target.
* Install example configuration files for documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
 
<html xmlns="http://www.w3.org/1999/xhtml">
3
 
<head>
4
 
<title>probes/EchoPingHttp.pm</title>
5
 
<link rev="made" href="mailto:dws@ee.ethz.ch" />
6
 
</head>
7
 
 
8
 
<body style="background-color: white">
9
 
 
10
 
<p><a name="__index__"></a></p>
11
 
<!-- INDEX BEGIN -->
12
 
<!--
13
 
 
14
 
<ul>
15
 
 
16
 
        <li><a href="#name">NAME</a></li>
17
 
        <li><a href="#overview">OVERVIEW</a></li>
18
 
        <li><a href="#synopsys">SYNOPSYS</a></li>
19
 
        <li><a href="#description">DESCRIPTION</a></li>
20
 
        <li><a href="#author">AUTHOR</a></li>
21
 
        <li><a href="#see_also">SEE ALSO</a></li>
22
 
</ul>
23
 
-->
24
 
<!-- INDEX END -->
25
 
 
26
 
<p>
27
 
</p>
28
 
<h1><a name="name">NAME</a></h1>
29
 
<p>probes::EchoPingHttp - an <code>echoping(1)</code> probe for SmokePing</p>
30
 
<p>
31
 
</p>
32
 
<hr />
33
 
<h1><a name="overview">OVERVIEW</a></h1>
34
 
<p>Measures HTTP roundtrip times (web servers and caches) for SmokePing.</p>
35
 
<p>
36
 
</p>
37
 
<hr />
38
 
<h1><a name="synopsys">SYNOPSYS</a></h1>
39
 
<pre>
40
 
 *** Probes ***
41
 
 + EchoPingHttp</pre>
42
 
<pre>
43
 
 binary = /usr/bin/echoping # mandatory</pre>
44
 
<pre>
45
 
 *** Targets ***</pre>
46
 
<pre>
47
 
 probe = EchoPingHttp</pre>
48
 
<pre>
49
 
 + PROBE_CONF
50
 
 url = / 
51
 
 ignore_cache = yes
52
 
 revalidate_data = no
53
 
 port = 80 # default value anyway
54
 
 timeout = 50 # default is 10s</pre>
55
 
<p>
56
 
</p>
57
 
<hr />
58
 
<h1><a name="description">DESCRIPTION</a></h1>
59
 
<p>Supported probe-specific variables: those specified in <a href="#item_echoping"><code>EchoPing(3pm)</code></a> 
60
 
documentation.</p>
61
 
<p>Supported target-specific variables:</p>
62
 
<dl>
63
 
<dt><strong><a name="item_echoping">those specified in <code>EchoPing(3pm)</code> documentation</a></strong><br />
64
 
</dt>
65
 
<dd>
66
 
except <em>fill</em>, <em>size</em> and <em>udp</em>.
67
 
</dd>
68
 
<p></p>
69
 
<dt><strong><a name="item_url">url</a></strong><br />
70
 
</dt>
71
 
<dd>
72
 
The URL to be requested from the web server or cache. Can be either relative
73
 
(/...) for web servers or absolute (http://...) for caches.
74
 
</dd>
75
 
<p></p>
76
 
<dt><strong><a name="item_port">port</a></strong><br />
77
 
</dt>
78
 
<dd>
79
 
The TCP port to use. The default is 80.
80
 
</dd>
81
 
<p></p>
82
 
<dt><strong><a name="item_ignore_cache">ignore_cache</a></strong><br />
83
 
</dt>
84
 
<dd>
85
 
The <code>echoping(1)</code> ``-A'' option: force the proxy to ignore the cache.
86
 
Enabled if the value is anything other than 'no' or '0'.
87
 
</dd>
88
 
<p></p>
89
 
<dt><strong><a name="item_revalidate_data">revalidate_data</a></strong><br />
90
 
</dt>
91
 
<dd>
92
 
The <code>echoping(1)</code> ``-a'' option: force the proxy to revalidate data with original 
93
 
server. Enabled if the value is anything other than 'no' or '0'.
94
 
</dd>
95
 
<p></p>
96
 
<dt><strong><a name="item_timeout">timeout</a></strong><br />
97
 
</dt>
98
 
<dd>
99
 
The <code>echoping(1)</code> ``-t'' option: Number  of  seconds  to  wait a reply before giving up. For TCP,
100
 
this is the maximum number of seconds for the  whole  connection
101
 
(setup and data exchange).
102
 
</dd>
103
 
<p></p></dl>
104
 
<p>
105
 
</p>
106
 
<hr />
107
 
<h1><a name="author">AUTHOR</a></h1>
108
 
<p>Niko Tyni &lt;<a href="mailto:ntyni@iki.fi">ntyni@iki.fi</a>&gt;</p>
109
 
<p>
110
 
</p>
111
 
<hr />
112
 
<h1><a name="see_also">SEE ALSO</a></h1>
113
 
<p>EchoPing(3pm), <code>EchoPingHttps(3pm)</code></p>
114
 
 
115
 
</body>
116
 
 
117
 
</html>