~ubuntu-branches/debian/squeeze/smokeping/squeeze

« back to all changes in this revision

Viewing changes to debian/config.d/Presentation

  • Committer: Bazaar Package Importer
  • Author(s): Niko Tyni
  • Date: 2008-08-29 18:29:34 UTC
  • mfrom: (2.1.14 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080829182934-ad5b9csusoqn1155
Tags: 2.3.6-3
* Unset LC_ALL in the init script because the daemon needs to 
  reset LC_NUMERIC. (Closes: #489766)
* Fix a bashism in the postinst script. Thanks, lintian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
*** Presentation ***
 
2
 
 
3
template = /etc/smokeping/basepage.html
 
4
 
 
5
+ charts
 
6
 
 
7
menu = Charts
 
8
title = The most interesting destinations
 
9
 
 
10
sorter = StdDev(entries=>4)
 
11
title = Top Standard Deviation
 
12
menu = Std Deviation
 
13
format = Standard Deviation %f
 
14
 
 
15
sorter = Max(entries=>5)
 
16
title = Top Max Roundtrip Time
 
17
menu = by Max
 
18
format = Max Roundtrip Time %f seconds
 
19
 
 
20
sorter = Loss(entries=>5)
 
21
title = Top Packet Loss
 
22
menu = Loss
 
23
format = Packets Lost %f
 
24
 
 
25
sorter = Median(entries=>5)
 
26
title = Top Median Roundtrip Time
 
27
menu = by Median
 
28
format = Median RTT %f seconds
 
29
 
 
30
+ overview 
 
31
 
 
32
width = 600
 
33
height = 50
 
34
range = 10h
 
35
 
 
36
+ detail
 
37
 
 
38
width = 600
 
39
height = 200
 
40
unison_tolerance = 2
 
41
 
 
42
"Last 3 Hours"    3h
 
43
"Last 30 Hours"   30h
 
44
"Last 10 Days"    10d
 
45
"Last 400 Days"   400d
 
46
 
 
47
#+ hierarchies
 
48
#++ owner
 
49
#title = Host Owner
 
50
#++ location
 
51
#title = Location
 
52