~ubuntu-branches/ubuntu/oneiric/smokeping/oneiric-updates

« back to all changes in this revision

Viewing changes to doc/probes/EchoPingHttps.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/EchoPingHttps.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::EchoPingHttps - 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 HTTPS (HTTP over SSL) roundtrip times (web servers and caches) for
35
 
SmokePing.</p>
36
 
<p>
37
 
</p>
38
 
<hr />
39
 
<h1><a name="synopsys">SYNOPSYS</a></h1>
40
 
<pre>
41
 
 *** Probes ***
42
 
 + EchoPingHttps</pre>
43
 
<pre>
44
 
 binary = /usr/bin/echoping # mandatory</pre>
45
 
<pre>
46
 
 *** Targets ***</pre>
47
 
<pre>
48
 
 probe = EchoPingHttps</pre>
49
 
<pre>
50
 
 + PROBE_CONF
51
 
 url = / 
52
 
 ignore-cache = yes
53
 
 force-revalidate = no
54
 
 port = 443 # default value anyway</pre>
55
 
<p>
56
 
</p>
57
 
<hr />
58
 
<h1><a name="description">DESCRIPTION</a></h1>
59
 
<p>As EchoPingHttp(3pm), but SSL-enabled.</p>
60
 
<p>
61
 
</p>
62
 
<hr />
63
 
<h1><a name="author">AUTHOR</a></h1>
64
 
<p>Niko Tyni &lt;<a href="mailto:ntyni@iki.fi">ntyni@iki.fi</a>&gt;</p>
65
 
<p>
66
 
</p>
67
 
<hr />
68
 
<h1><a name="see_also">SEE ALSO</a></h1>
69
 
<p><code>EchoPingHttp(3pm)</code></p>
70
 
 
71
 
</body>
72
 
 
73
 
</html>