diff options
author | Niko Tyni <ntyni@iki.fi> | 2007-04-15 13:48:17 +0200 |
---|---|---|
committer | Niko Tyni <ntyni@iki.fi> | 2007-04-15 13:48:17 +0200 |
commit | 098e051a4475708a48f589cdf24f78beef23c926 (patch) | |
tree | b1df30b6f0c9d090eea197ab1df177605ad64299 /lib | |
parent | aea0aa3fdfaf06c2093363d690ce8c6738c1b6e4 (diff) | |
download | smokeping-098e051a4475708a48f589cdf24f78beef23c926.tar.gz smokeping-098e051a4475708a48f589cdf24f78beef23c926.tar.xz |
r1065@rispa: niko | 2007-04-15 14:44:20 +0300
add comments
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Smokeping/Examples.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Smokeping/Examples.pm b/lib/Smokeping/Examples.pm index db7796d..ce32e12 100644 --- a/lib/Smokeping/Examples.pm +++ b/lib/Smokeping/Examples.pm @@ -546,9 +546,9 @@ binary = /usr/bin/fping + EchoPingHttp # HTTP (80/tcp) for web servers and caches + EchoPingIcp # ICP (3130/udp) for caches # these need at least echoping 6 with the corresponding plugins -+ EchoPingDNS -+ EchoPingLDAP -+ EchoPingWhois ++ EchoPingDNS # DNS (53/udp or tcp) servers ++ EchoPingLDAP # LDAP (389/tcp) servers ++ EchoPingWhois # Whois (43/tcp) servers DOC probedoc => <<DOC, This example shows most of the echoping-derived probes in action. |