Guest User

Untitled

a guest
Dec 15th, 2024
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. *** Presentation ***
  2.  
  3. template = /etc/smokeping/basepage.html
  4. charset = utf-8
  5. htmltitle = yes
  6. graphborders = no
  7.  
  8. + charts
  9.  
  10. menu = Charts
  11. title = The most interesting destinations
  12.  
  13. ++ stddev
  14. sorter = StdDev(entries=>4)
  15. title = Top Standard Deviation
  16. menu = Std Deviation
  17. format = Standard Deviation %f
  18.  
  19. ++ max
  20. sorter = Max(entries=>5)
  21. title = Top Max Roundtrip Time
  22. menu = by Max
  23. format = Max Roundtrip Time %f seconds
  24.  
  25. ++ loss
  26. sorter = Loss(entries=>5)
  27. title = Top Packet Loss
  28. menu = Loss
  29. format = Packets Lost %f
  30.  
  31. ++ median
  32. sorter = Median(entries=>5)
  33. title = Top Median Roundtrip Time
  34. menu = by Median
  35. format = Median RTT %f seconds
  36.  
  37. + overview
  38.  
  39. width = 600
  40. height = 50
  41. range = 10h
  42.  
  43. + detail
  44.  
  45. width = 600
  46. height = 200
  47. unison_tolerance = 2
  48.  
  49. "Last 3 Hours" 3h
  50. "Last 6 Hours" 6h
  51. "Last 12 Hours" 12h
  52. "Last 24 Hours" 24h
  53. "Last 7 Days" 7d
  54. "Last 30 Days" 30d
  55. "Last 365 Days" 365d
  56.  
  57. #+ hierarchies
  58. #++ owner
  59. #title = Host Owner
  60. #++ location
  61. #title = Location
  62.  
  63.  
Advertisement
Add Comment
Please, Sign In to add comment