summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-02-11 21:48:36 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-02-11 21:48:36 +0100
commitb9ddd9310ea896a5e644f784013a386d9e7212a9 (patch)
treefb35c74000db18ce447689612f06103530a3645e /etc
parent3623e33d0ae10eaeca653e00a3796495dbc0f713 (diff)
downloadsmokeping-b9ddd9310ea896a5e644f784013a386d9e7212a9.tar.gz
smokeping-b9ddd9310ea896a5e644f784013a386d9e7212a9.tar.xz
niko has revamped smokeping to parse configuration much more strictly. It is all documented in
software/doc/smokeping_upgrade.pod
Diffstat (limited to 'etc')
-rw-r--r--etc/config-echoping.dist82
1 files changed, 0 insertions, 82 deletions
diff --git a/etc/config-echoping.dist b/etc/config-echoping.dist
deleted file mode 100644
index 2aa7678..0000000
--- a/etc/config-echoping.dist
+++ /dev/null
@@ -1,82 +0,0 @@
-# only the relevant sections are included, see smokeping distribution
-# for the rest of them
-
-*** Probes ***
-
-# these expect to find echoping in /usr/bin
-# if not, you'll have to specify the location separately for each probe
-# + EchoPing # uses TCP or UDP echo (port 7)
-# + EchoPingDiscard # uses TCP or UDP discard (port 9)
-# + EchoPingChargen # uses TCP chargen (port 19)
-+ EchoPingSmtp # SMTP (25/tcp) for mail servers
-+ EchoPingHttps # HTTPS (443/tcp) for web servers
-+ EchoPingHttp # HTTP (80/tcp) for web servers and caches
-+ EchoPingIcp # ICP (3130/udp) for caches
-
-*** Targets ***
-
-# default probe
-probe = FPing
-
-menu = Top
-title = Network Latency Grapher
-remark = Welcome to the SmokePing website of xxx Company. \
- Here you will learn all abou the latency of our network.
-
-+ MyServers
-
-menu = My Servers
-title = My Servers
-
-++ www-server
-menu = www-server
-title = Web Server (www-server) / ICMP
-# probe = FPing propagated from top
-host = www-server.abc
-
-+++ http
-menu = http
-title = Web Server (www-server) / HTTP
-probe = EchoPingHttp
-host = www-server.abc
-# default url is /
-
-+++ https
-menu = https
-title = Web Server (www-server) / HTTPS
-probe = EchoPingHttps
-host = www-server.abc
-
-++ cache
-menu = www-cache
-title = Web Cache (www-cache) / ICMP
-host = www-cache.abc
-
-+++ http
-menu = http
-title = www-cache / HTTP
-host = www-cache.abc
-probe = EchoPingHttp
-++++ PROBE_CONF
-port = 8080 # use the squid port
-url = http://www.microsoft.com/
-
-+++ icp
-menu = icp
-title = www-cache / ICP
-host = www-cache.abc
-probe = EchoPingIcp
-++++ PROBE_CONF
-url = http://www.microsoft.com/
-
-++ mail
-menu = mail-server
-title = Mail Server (mail-server) / ICMP
-host = mail-server.abc
-
-+++ smtp
-menu = mail-server / SMTP
-title = Mail Server (mail-server) / SMTP
-host = mail-server.abc
-probe = EchoPingSmtp
-