I am trying to set up a new smokeping host that ssh's to remote devices and runs the fping probe. I have set the following, but am at a loss as to how to add a 2nd rhost with the same fping probes ( hosts )
marbles:/usr/local/mrtg/smokeping/etc# cat smokeping.conf *** General *** owner = Martin Rheumer contact = [EMAIL PROTECTED] mailhost = mail sendmail = /usr/lib/sendmail imgcache = /usr/local/mrtg/htdocs/smokeping/tmp imgurl = ../smokeping/tmp datadir = /usr/local/mrtg/htdocs/smokeping piddir = /usr/local/mrtg/smokeping/ cgiurl = http://wood/cgi-bin/smokeping.cgi smokemail = /usr/local/mrtg/smokeping/etc/smokemail *** Database *** step = 300 pings = 20 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 = /usr/local/mrtg/smokeping/etc/basepage.html + overview width = 600 height = 50 range = 10h + detail width = 600 height = 200 unison_tolerance = 2 "Last 3 Hours" 3h "Last 8 Hours" 8h "Last 30 Hours" 30h "Last 10 Days" 10d "Last 400 Days" 400d *** Probes *** +RemoteFPing binary = /usr/bin/ssh # mandatory hostinterval = 1.5 mininterval = 0.001 offset = 50% packetsize = 5000 pings = 20 rbinary = /usr/sbin/fping # mandatory rhost = 192.168.1.100 # mandatory ruser = step = 300 timeout = 1.5 # [...] *** Targets *** probe = RemoteFPing # if this should be the default probe menu = Top title = Network Latency Grapher remark = Welcome to the SmokePing Site of Internet Primus. + Pops host = 192.168.2.100 + Sites host = 192.168.2.101 + Buildings host = 192.168.2.102 Any help appreciated. Martin -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/smokeping-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
