]> git.pld-linux.org Git - packages/smokeping.git/blame - smokeping-config
- we do have echoping now, reverted last change - 4 yrs old;)
[packages/smokeping.git] / smokeping-config
CommitLineData
71ca9048
TP
1*** General ***
2
3owner = Charlie Root
4contact = root@localhost
5
6# apache has to be able to write to this one
7imgcache = /var/lib/smokeping/img
8imgurl = /simg
9
10# daemon puts rrds in here
11datadir = /var/lib/smokeping/rrd
12piddir = /var/run
13
14smokemail = /etc/smokeping/smokemail
15cgiurl = http://localhost/smokeping
16# either or both of these? (mailhost uses Net::SMTP)
17mailhost = localhost
18sendmail = /usr/sbin/sendmail
19
20# specify this to get syslog logging
21syslogfacility = local0
22#syslogpriority = debug
23
24
25*** Database ***
26
27step = 300
28pings = 20
29
30# consfn mrhb steps total
31
32AVERAGE 0.5 1 1008
33AVERAGE 0.5 12 4320
34 MIN 0.5 12 4320
35 MAX 0.5 12 4320
36AVERAGE 0.5 144 720
37 MAX 0.5 144 720
38 MIN 0.5 144 720
39
40
41*** Presentation ***
42
43template = /etc/smokeping/basepage.html
44
45+ overview
acf24be1 46 width = 480
71ca9048
TP
47 height = 100
48 range = 40h
49
50+ detail
acf24be1 51 width = 480
71ca9048
TP
52 height = 200
53 unison_tolerance = 2
54 "Last 3 Hours" 3h
55 "Last 24 Hours" 24h
56 "Last 7 Days" 7d
57 "Last 30 Days" 30d
58 "Last 365 Days" 365d
59
60++ loss_colors
61 0 00ff00 "0"
62 1 c0ff00 "1"
63 2 ffff00 "2"
64 3 ffc080 "3"
65 4 ff80e0 "4"
66 20 ff0000 "5+"
67
68
69*** Probes ***
70
71+ FPing
72 binary = /usr/sbin/fping
73
acf24be1
TP
74+ EchoPingSmtp
75 binary = /usr/bin/echoping
76
77+ EchoPingHttp
78 binary = /usr/bin/echoping
79
71ca9048
TP
80
81*** Targets ***
82
83probe = FPing
84
85menu = Top
86title = Network Latency Grapher
87remark = Welcome to SmokePing on localhost. \
88 Here you will learn all about network latency.
89
90+ local
91 menu = Local Host
92 title = This Computer
93 host = localhost
94++ http
95 menu = Web Server
96 title = HTTP Web Server
acf24be1 97 probe = EchoPingHttp
71ca9048
TP
98 host = localhost
99++ smtp
100 menu = Mail Server
101 title = SMTP Mail Server
acf24be1 102 probe = EchoPingSmtp
71ca9048 103 host = localhost
This page took 0.113371 seconds and 4 git commands to generate.