summaryrefslogtreecommitdiffstats
path: root/etc/config-echoping.dist
blob: 2aa76782efc250d2044a3f979ec1e80dd93d8fdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# 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