Guest User

Untitled

a guest
Mar 4th, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1.  
  2. *** General ***
  3.  
  4. owner = Brett Bronson
  5. mailhost = relay.jangosmtp.net
  6. sendmail = /usr/sbin/sendmail
  7.  
  8. # NOTE: do not put the Image Cache below cgi-bin
  9. # since all files under cgi-bin will be executed ... this is not
  10. # good for images.
  11. imgcache = /var/www/cache
  12. imgurl = http://pipeline/cache
  13. datadir = /opt/smokeping/data
  14. piddir = /opt/smokeping/var
  15. cgiurl = http://pipeline/smokeping.fcgi
  16. smokemail = /opt/smokeping/etc/smokemail.dist
  17. tmail = /opt/smokeping/etc/tmail.dist
  18.  
  19. # specify this to get syslog logging
  20. syslogfacility = local0
  21.  
  22. # each probe is now run in its own process
  23. # disable this to revert to the old behaviour
  24. # concurrentprobes = no
  25.  
  26. *** Alerts ***
  27.  
  28. +someloss
  29. type = loss
  30. # in percent
  31. pattern = >0%,*12*,>0%,*12*,>0%
  32. comment = loss 3 times in a row
  33.  
  34. *** Database ***
  35.  
  36. step = 300
  37. pings = 20
  38.  
  39. # consfn mrhb steps total
  40.  
  41. AVERAGE 0.5 1 1008
  42. AVERAGE 0.5 12 4320
  43. MIN 0.5 12 4320
  44. MAX 0.5 12 4320
  45. AVERAGE 0.5 144 720
  46. MAX 0.5 144 720
  47. MIN 0.5 144 720
  48.  
  49. *** Presentation ***
  50.  
  51. template = /opt/smokeping/etc/basepage.html.dist
  52.  
  53. + charts
  54.  
  55. menu = Charts
  56. title = The most interesting destinations
  57.  
  58. ++ stddev
  59. sorter = StdDev(entries=>4)
  60. title = Top Standard Deviation
  61. menu = Std Deviation
  62. format = Standard Deviation %f
  63.  
  64. ++ max
  65. sorter = Max(entries=>5)
  66. title = Top Max Roundtrip Time
  67. menu = by Max
  68. format = Max Roundtrip Time %f seconds
  69.  
  70. ++ loss
  71. sorter = Loss(entries=>5)
  72. title = Top Packet Loss
  73. menu = Loss
  74. format = Packets Lost %f
  75.  
  76. ++ median
  77. sorter = Median(entries=>5)
  78. title = Top Median Roundtrip Time
  79. menu = by Median
  80. format = Median RTT %f seconds
  81.  
  82. + overview
  83.  
  84. width = 600
  85. height = 50
  86. range = 10h
  87.  
  88. + detail
  89.  
  90. width = 600
  91. height = 200
  92. unison_tolerance = 2
  93.  
  94. "Last 3 Hours" 3h
  95. "Last 30 Hours" 30h
  96. "Last 10 Days" 10d
  97. "Last 400 Days" 400d
  98.  
  99. #+ hierarchies
  100. #++ owner
  101. #title = Host Owner
  102. #++ location
  103. #title = Location
  104.  
  105. *** Probes ***
  106.  
  107. + FPing
  108.  
  109. binary = /usr/bin/fping
  110.  
  111. *** Slaves ***
  112. secrets=/opt/smokeping/etc/smokeping_secrets.dist
  113. +boomer
  114. display_name=boomer
  115. color=0000ff
  116.  
  117. +slave2
  118. display_name=another
  119. color=00ff00
  120.  
  121. *** Targets ***
  122.  
  123. probe = FPing
  124.  
  125. menu = Top
  126. title = Network Latency Grapher
  127. remark = Welcome to the SmokePing website of Big Block. \
  128. Here you will learn all about the latency of our network.
  129.  
  130.  
  131. + network
  132. menu = Net Latency
  133. title = Network Latency (ICMP Pings)
  134.  
  135. ++ nox1
  136. host = nox01
  137.  
  138. ++ nox2
  139. host = nox02
  140.  
  141. ++ lapdc
  142. host = lapdc
  143. title = Primary Domain Controller
  144.  
  145. ++ lalic
  146. host = lalic
  147. title = License Server
  148.  
  149. ++ deadlinela
  150. host = deadlinela
  151. title = Deadline Repository
  152.  
  153.  
  154. + nodes
  155. menu = Render Node Latency
  156. title = Render Node Latency (ICMP Pings)
  157.  
  158.  
  159. ++ larender001a
  160. host = larender001a
  161. ++ larender001b
  162. host = larender001b
  163. ++ larender001c
  164. host = larender001c
  165. ++ larender001d
  166. host = larender001d
  167.  
  168. ++ larender002a
  169. host = larender002a
  170. ++ larender002b
  171. host = larender002b
  172. ++ larender002c
  173. host = larender002c
  174. ++ larender002d
  175. host = larender002d
Advertisement
Add Comment
Please, Sign In to add comment