Advertisement
Guest User

Untitled

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