source: npl/monitoring/smokeping/smokeping.conf.new @ c5c522c

gcc484ntopperl-5.22
Last change on this file since c5c522c was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 2.6 KB
Line 
1*** General ***
2
3owner    = notset
4contact  = postmaster@localhost
5#mailhost = 127.0.0.1
6sendmail = /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.
10imgcache = /var/www/htdocs/syn3/smokeping/cache
11imgurl   = cache
12datadir  = /home/system/smokeping/data
13piddir  = /var/run
14#See /home/system/smokeping/mailtemplate
15cgiurl   = http://monitoringserver-ip/syn3/smokeping/
16#smokemail = /usr/lib/smokeping/smokemail
17smokemail = /usr/lib/smokeping/smokemail
18pagedir = /var/www/htdocs/syn3/smokeping
19#tmail = /home/system/smokeping/mailtemplate
20# specify this to get syslog logging
21syslogfacility = 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 ***
27to = rick@datux.nl
28from = smokealert@127.0.0.1
29mailtemplate = /home/system/smokeping/mailtemplate
30
31+someloss
32type = loss
33# in percent
34pattern = >0%,*12*,>0%
35comment = there was some loss
36
37+bigloss
38type = loss
39pattern = <100%,>50%,>50%
40comment = host not responding
41
42*** Database ***
43
44step     = 60
45pings    = 20
46
47# consfn mrhb steps total
48
49AVERAGE  0.5   1  1008
50AVERAGE  0.5  12  4320
51    MIN  0.5  12  4320
52    MAX  0.5  12  4320
53AVERAGE  0.5 144   720
54    MAX  0.5 144   720
55    MIN  0.5 144   720
56
57*** Presentation ***
58
59template = /var/www/htdocs/syn3/smokeping/basepage.html
60
61+ charts
62
63menu = Charts
64title = The most interesting destinations
65
66++ stddev
67sorter = StdDev(entries=>4)
68title = Top Standard Deviation
69menu = Std Deviation
70format = Standard Deviation %f
71
72++ max
73sorter = Max(entries=>5)
74title = Top Max Roundtrip Time
75menu = by Max
76format = Max Roundtrip Time %f seconds
77
78++ loss
79sorter = Loss(entries=>5)
80title = Top Packet Loss
81menu = Loss
82format = Packets Lost %f
83
84++ median
85sorter = Median(entries=>5)
86title = Top Median Roundtrip Time
87menu = by Median
88format = Median RTT %f seconds
89
90+ overview
91
92
93width = 600
94height = 50
95range = 3h
96
97
98+ detail
99
100width = 600
101height = 200
102unison_tolerance = 2
103loss_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
120binary = /usr/sbin/fping
121
122
123*** Targets ***
124
125probe = FPing
126
127menu = Top
128title = Network Latency Grapher
129remark = Choose your section in the left menu...
130
131+ mt1
132menu= Qore mt1
133title = Overview
134
135++ kantoor1
136menu = kantoor1
137title = Kantoor Amsterdam $menu
138host = 172.16.137.1
139alerts = someloss,bigloss
140
141
142++ kantoor2
143menu = kantoor2
144title = Kantoor Den Haag
145host = 192.168.13.1
146alerts = someloss,bigloss
147
Note: See TracBrowser for help on using the repository browser.