summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Smokeping/Examples.pm6
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.