Mijn smokeping config.
probes
Targets
probes
code:
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
| *** Probes *** + FPing ++ FPing binary = /usr/bin/fping step = 120 pings = 4 ++ FPingNormal binary = /usr/bin/fping step = 60 pings = 4 +EchoPingDNS binary = /usr/bin/echoping step = 60 pings = 4 +EchoPingHttp binary = /usr/bin/echoping forks = 4 step = 60 port = 80 url = / + EchoPingHttps binary = /usr/bin/echoping forks = 4 step = 60 port = 443 timeout = 30 url = / + Curl binary = /usr/bin/curl forks = 4 step = 120 timeout = 30 urlformat = http://%host%/ + DNS binary = /usr/bin/dig lookup = website.nl pings = 4 step = 60 |
Targets
code:
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
| *** Targets *** probe = FPing menu = Top title = Network Latency Grapher remark = Welcome + DNS menu = Measuring DNS response times title = Name Servers ++ googledns title = Google public DNS menu = Google public DNS probe = EchoPingDNS dns_request = www.google.com host = 8.8.8.8 alerts = someloss ++ opendns title = Open DNS menu = Open DNS probe = EchoPingDNS dns_request = www.opendns.com host = 208.67.222.123 alerts = someloss ++ LibertyDNS3 title = LibertyDNS3 menu = LibertyDNS3 probe = EchoPingDNS dns_request = www.google.com host = 84.116.46.20 alerts = someloss ++ LibertyDNS4 title = LibertyDNS4 menu = LibertyDNS4 probe = EchoPingDNS dns_request = www.google.com host = 84.116.46.21 alerts = someloss + Internet menu = Internet title = Internet ++ GoogleDNS menu = Google DNS Server title = Internet Latency to Google DNS Server probe = FPing host = 8.8.8.8 alerts = someloss ++ LibertyDNS3 menu = LibertyDNS3 Server title = Internet Latency to LibertyDNS4 Server probe = FPing host = 84.116.46.20 alerts = someloss ++ LibertyDNS4 menu = LibertyDNS4 Server title = Internet Latency to LibertyDNS4 Server probe = FPing host = 84.116.46.21 alerts = someloss ++ Ziggo menu = Ziggo Gateway title = Ziggo Gateway probe = FPing host = 82.74.110.1 alerts = hostdown + servicesdns menu = DNS Service Latency title = Service Latency DNS probe = DNS ++ dns1 menu = Google DNS 1 host = 8.8.8.8 ++ dns2 menu = Google DNS 2 host = 8.8.4.4 ++ dns3 menu = Ziggo DNS 3 host = 84.116.46.20 ++ dns4 menu = Ziggo DNS 4 host = 84.116.46.21 + serviceshttp menu = HTTP Service Latency title = Service Latency HTTP probe = Curl ++ httpserver1 menu = google.com title = HTTP Latency for server1 host = ziggo.nl #++ httpserver2 #menu = server2 #title = HTTP Latency for server2 (port 8080!) #host = server2.example #urlformat = http://%host%:8080/ + Gateway menu = Internet Gateway title = Internet Gateway ++ Gateway menu = Internet Gateway Google title = Internet Gateway Google probe = FPingNormal host = 8.8.8.8 alerts = hostdown ++ Ziggo menu = Ziggo Gateway title = Ziggo Gateway probe = FPingNormal host = 82.74.110.1 alerts = hostdown |