You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
874 B
56 lines
874 B
*** Presentation ***
|
|
|
|
template = /etc/smokeping/basepage.html
|
|
charset = utf-8
|
|
|
|
+ charts
|
|
|
|
menu = Charts
|
|
title = The most interesting destinations
|
|
|
|
++ stddev
|
|
sorter = StdDev(entries=>4)
|
|
title = Top Standard Deviation
|
|
menu = Std Deviation
|
|
format = Standard Deviation %f
|
|
|
|
++ max
|
|
sorter = Max(entries=>5)
|
|
title = Top Max Roundtrip Time
|
|
menu = by Max
|
|
format = Max Roundtrip Time %f seconds
|
|
|
|
++ loss
|
|
sorter = Loss(entries=>5)
|
|
title = Top Packet Loss
|
|
menu = Loss
|
|
format = Packets Lost %f
|
|
|
|
++ median
|
|
sorter = Median(entries=>5)
|
|
title = Top Median Roundtrip Time
|
|
menu = by Median
|
|
format = Median RTT %f seconds
|
|
|
|
+ overview
|
|
|
|
width = 600
|
|
height = 50
|
|
range = 48h
|
|
|
|
+ detail
|
|
|
|
width = 600
|
|
height = 200
|
|
unison_tolerance = 2
|
|
|
|
"Last 3 Hours" 3h
|
|
"Last 30 Hours" 30h
|
|
"Last 10 Days" 10d
|
|
"Last 400 Days" 400d
|
|
|
|
#+ hierarchies
|
|
#++ owner
|
|
#title = Host Owner
|
|
#++ location
|
|
#title = Location
|
|
|