*** General *** ################################################ # DON'T TOUCH UNLESS YOU KNOW WHAT YOU'RE DOING # BETWEEN THESE MARKS! ################################################ sendmail = /usr/sbin/sendmail imgcache = /var/www/smokeping imgurl = ../smokeping datadir = /var/lib/smokeping piddir = /var/run/smokeping smokemail = /etc/smokeping/smokemail tmail = /etc/smokeping/tmail ################################################ # END OF DON'T TOUCH SECTION ################################################ # Please edit this to suit your installation owner = Joe doe contact = admin@somedomain.com cgiurl = http://domain.com/cgi-bin/smokeping.cgi mailhost = smtp.somedomain.com # specify this to get syslog logging syslogfacility = local0 # each probe is now run in its own process # disable this to revert to the old behaviour # concurrentprobes = no *** Alerts *** to = admin@somedomain.com from = smoke_ping_alert@somedomain.com +bigloss type = loss # in percent pattern = ==0%,==0%,==0%,==0%,>0%,>0%,>0% comment = suddenly there is packet loss +someloss type = loss # in percent pattern = >0%,*12*,>0%,*12*,>0% comment = loss 3 times in a row +startloss type = loss # in percent pattern = ==S,>0%,>0%,>0% comment = loss at startup +rttdetect type = rtt # in milli seconds pattern = <10,<10,<10,<10,<10,<100,>100,>100,>100 comment = routing messed up again ? *** Database *** step = 300 pings = 20 # consfn mrhb steps total AVERAGE 0.5 1 1008 AVERAGE 0.5 12 4320 MIN 0.5 12 4320 MAX 0.5 12 4320 AVERAGE 0.5 144 720 MAX 0.5 144 720 MIN 0.5 144 720 *** Presentation *** template = /etc/smokeping/basepage.html + charts menu = Charts title = The most interesting destinations ++ stddev sorter = StdDev(entries=>4) title = Top Standard Deviation menu = Std Deviation format = Stdandard 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 = 10h + 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 *** Probes *** + FPing binary = /usr/bin/fping *** Targets *** probe = FPing menu = Top title = Network Latency Grapher remark = Here you will learn all about the latency on the network. ################# + Local menu = Local title = Local Network ++ LocalMachine menu = Local Machine title = This host host = localhost + WAN menu= WAN Links title= WAN Links ++ NETWORK1 menu = Internal Network title = Internal Network Links host = localhost +++ HOST_1 menu = HOST_NAME_1 title = Description of host host = host1.remotesite.com +++ HOST_2 menu = HOST_NAME_2 title = Description of host host = host2.remotesite.com +++ HOST_3 menu = HOST_NAME_3 title = Description of host host = host3.remotesite.com ################# ++ NETWORK2 menu = External Network title = External Network Link host = localhost +++ HOST_1 menu = HOST_NAME_1 title = Description of host host = host1.localsite.com +++ HOST_2 menu = HOST_NAME_2 title = Description of host host = host2.localsite.com +++ Host_3 menu = HOST_NAME_3 title = Description of host host = host3.localsite.com #################