]> git.pld-linux.org Git - packages/smokeping.git/blame - smokeping-config
changed scripts used to generate _noautoreq
[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
b7ca47f6 12piddir = /var/run/smokeping
71ca9048
TP
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
4eab2454
TP
90menuextra = <a target='_blank' href='/smokeping/tr.html{HOST}' class='{CLASS}' \
91 onclick="window.open(this.href,this.target, \
92 'width=800,height=500,toolbar=no,location=no,status=no,scrollbars=no'); \
93 return false;">*</a>
94
71ca9048
TP
95+ local
96 menu = Local Host
97 title = This Computer
98 host = localhost
99++ http
100 menu = Web Server
101 title = HTTP Web Server
acf24be1 102 probe = EchoPingHttp
71ca9048
TP
103 host = localhost
104++ smtp
105 menu = Mail Server
106 title = SMTP Mail Server
acf24be1 107 probe = EchoPingSmtp
71ca9048 108 host = localhost
This page took 0.092432 seconds and 4 git commands to generate.