Darn, I just replied to Ryan. Now I'm really doing a "reply all"
----- Thanks guys for the help. I'll just paste in here the relevant information of the config file, since I think there is some more documentation needed about this topic in the smokeping website. *** Probes *** + FPing binary = /usr/sbin/fping ++ FPingFE sourceaddress = xx.xx.xx.xx hostinterval = 1.5 mininterval = 0.001 offset = 50% pings = 20 step = 300 timeout = 1.5 ++ FPingBE sourceaddress = yy.yy.yy.yy hostinterval = 1.5 mininterval = 0.001 offset = 50% pings = 20 step = 300 timeout = 1.5 *** Targets *** probe = FPingFE menu = Top title = Network Latency Grapher remark = Welcome to the SmokePing system. + Name_of_Menu menu = Box_name title = my_title ++ some_name-BE menu = some_name-BE probe = FPingBE title = some_name-BE host = some_name_of_the_host ++ some_name-FE probe = FPingFE menu = some_name-FE title = some_name-FE host = some_name_of_the_host Best regards, -- Informatux On Wed, Jul 18, 2012 at 12:06 PM, Peter Kristolaitis <[email protected]> wrote: > On 12-07-18 12:38 PM, Kwame Bahena wrote: >> Hi Ryan, >> >> Thanks for your reply, but creating a second probe for FPing it's not >> working. >> >> I created a second probe like this: >> >> + FPingFE >> >> binary = /usr/sbin/fping >> soureceaddress = the.source.ip.of.this.probe >> hostinterval = 1.5 >> mininterval = 0.001 >> offset = 50% >> packetsize = 5000 >> pings = 20 >> step = 300 >> timeout = 1.5 >> >> and in the target I specified it to use this probe: >> >> ++ target_host >> probe = FPingFE >> menu = target_host >> title = target_host >> host = fqdn.of.the.target.host >> >> But when I attempt to restart smokeping I see this error: >> >> ./smokeping --config=/opt/smokeping/etc/config --debug-daemon >> require Smokeping::probes::FPingFE failed: Can't locate >> Smokeping/probes/FPingFE.pm in @INC (@INC contains: .. >> > > You need to create an "instance" of the probe by using a second-level > definition underneath the main FPing probe definition. > > Check the smokeping_examples page > (http://oss.oetiker.ch/smokeping/doc/smokeping_examples.en.html), > specifically example #3 for samples. > > - Pete > > _______________________________________________ > smokeping-users mailing list > [email protected] > https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users _______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
