1 | *** General *** |
---|
2 | |
---|
3 | owner = notset |
---|
4 | contact = postmaster@localhost |
---|
5 | #mailhost = 127.0.0.1 |
---|
6 | sendmail = /usr/sbin/sendmail |
---|
7 | # NOTE: do not put the Image Cache below cgi-bin |
---|
8 | # since all files under cgi-bin will be executed ... this is not |
---|
9 | # good for images. |
---|
10 | imgcache = /var/www/htdocs/syn3/smokeping/cache |
---|
11 | imgurl = cache |
---|
12 | datadir = /home/system/smokeping/data |
---|
13 | piddir = /var/run |
---|
14 | #See /home/system/smokeping/mailtemplate |
---|
15 | cgiurl = http://monitoringserver-ip/syn3/smokeping/ |
---|
16 | #smokemail = /usr/lib/smokeping/smokemail |
---|
17 | smokemail = /usr/lib/smokeping/smokemail |
---|
18 | pagedir = /var/www/htdocs/syn3/smokeping |
---|
19 | #tmail = /home/system/smokeping/mailtemplate |
---|
20 | # specify this to get syslog logging |
---|
21 | syslogfacility = local0 |
---|
22 | # each probe is now run in its own process |
---|
23 | # disable this to revert to the old behaviour |
---|
24 | # concurrentprobes = no |
---|
25 | |
---|
26 | *** Alerts *** |
---|
27 | to = rick@datux.nl |
---|
28 | from = smokealert@127.0.0.1 |
---|
29 | mailtemplate = /home/system/smokeping/mailtemplate |
---|
30 | |
---|
31 | +someloss |
---|
32 | type = loss |
---|
33 | # in percent |
---|
34 | pattern = >0%,*12*,>0% |
---|
35 | comment = there was some loss |
---|
36 | |
---|
37 | +bigloss |
---|
38 | type = loss |
---|
39 | pattern = <100%,>50%,>50% |
---|
40 | comment = host not responding |
---|
41 | |
---|
42 | *** Database *** |
---|
43 | |
---|
44 | step = 60 |
---|
45 | pings = 20 |
---|
46 | |
---|
47 | # consfn mrhb steps total |
---|
48 | |
---|
49 | AVERAGE 0.5 1 1008 |
---|
50 | AVERAGE 0.5 12 4320 |
---|
51 | MIN 0.5 12 4320 |
---|
52 | MAX 0.5 12 4320 |
---|
53 | AVERAGE 0.5 144 720 |
---|
54 | MAX 0.5 144 720 |
---|
55 | MIN 0.5 144 720 |
---|
56 | |
---|
57 | *** Presentation *** |
---|
58 | |
---|
59 | template = /var/www/htdocs/syn3/smokeping/basepage.html |
---|
60 | |
---|
61 | + charts |
---|
62 | |
---|
63 | menu = Charts |
---|
64 | title = The most interesting destinations |
---|
65 | |
---|
66 | ++ stddev |
---|
67 | sorter = StdDev(entries=>4) |
---|
68 | title = Top Standard Deviation |
---|
69 | menu = Std Deviation |
---|
70 | format = Standard Deviation %f |
---|
71 | |
---|
72 | ++ max |
---|
73 | sorter = Max(entries=>5) |
---|
74 | title = Top Max Roundtrip Time |
---|
75 | menu = by Max |
---|
76 | format = Max Roundtrip Time %f seconds |
---|
77 | |
---|
78 | ++ loss |
---|
79 | sorter = Loss(entries=>5) |
---|
80 | title = Top Packet Loss |
---|
81 | menu = Loss |
---|
82 | format = Packets Lost %f |
---|
83 | |
---|
84 | ++ median |
---|
85 | sorter = Median(entries=>5) |
---|
86 | title = Top Median Roundtrip Time |
---|
87 | menu = by Median |
---|
88 | format = Median RTT %f seconds |
---|
89 | |
---|
90 | + overview |
---|
91 | |
---|
92 | |
---|
93 | width = 600 |
---|
94 | height = 50 |
---|
95 | range = 3h |
---|
96 | |
---|
97 | |
---|
98 | + detail |
---|
99 | |
---|
100 | width = 600 |
---|
101 | height = 200 |
---|
102 | unison_tolerance = 2 |
---|
103 | loss_background=no |
---|
104 | |
---|
105 | "Last 3 Hours" 3h |
---|
106 | "Last 30 Hours" 30h |
---|
107 | "Last 10 Days" 10d |
---|
108 | "Last 400 Days" 400d |
---|
109 | |
---|
110 | #+ hierarchies |
---|
111 | #++ owner |
---|
112 | #title = Host Owner |
---|
113 | #++ location |
---|
114 | #title = Location |
---|
115 | |
---|
116 | *** Probes *** |
---|
117 | |
---|
118 | + FPing |
---|
119 | |
---|
120 | binary = /usr/sbin/fping |
---|
121 | |
---|
122 | |
---|
123 | *** Targets *** |
---|
124 | |
---|
125 | probe = FPing |
---|
126 | |
---|
127 | menu = Top |
---|
128 | title = Network Latency Grapher |
---|
129 | remark = Choose your section in the left menu... |
---|
130 | |
---|
131 | + mt1 |
---|
132 | menu= Qore mt1 |
---|
133 | title = Overview |
---|
134 | |
---|
135 | ++ kantoor1 |
---|
136 | menu = kantoor1 |
---|
137 | title = Kantoor Amsterdam $menu |
---|
138 | host = 172.16.137.1 |
---|
139 | alerts = someloss,bigloss |
---|
140 | |
---|
141 | |
---|
142 | ++ kantoor2 |
---|
143 | menu = kantoor2 |
---|
144 | title = Kantoor Den Haag |
---|
145 | host = 192.168.13.1 |
---|
146 | alerts = someloss,bigloss |
---|
147 | |
---|