From b9ddd9310ea896a5e644f784013a386d9e7212a9 Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Fri, 11 Feb 2005 20:48:36 +0000 Subject: niko has revamped smokeping to parse configuration much more strictly. It is all documented in software/doc/smokeping_upgrade.pod --- etc/config-echoping.dist | 82 ------------------------------------------------ 1 file changed, 82 deletions(-) delete mode 100644 etc/config-echoping.dist (limited to 'etc') 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 - -- cgit v1.2.3-24-g4f1b