On Fri, May 05, 2006 at 10:17:17PM +0500, [EMAIL PROTECTED] wrote: > Hi, > > I need to know whether it is possible to send a different number of pings > to two (or more) different sites on one Smokeping Installation. This means > that I should be able to do something like this in the Config file:
Hi, this is possible with Smokeping 2.x. You have to configure two probes with a different number of pings. Something like this: *** Probes *** + FPing5 pings = 5 + FPing20 pings = 20 [...] *** Targets *** [...] + target1 probe = FPing5 + target2 probe = FPing20 See the smokeping_examples document, particularly Example 3: config.fping-instances HTH, -- Niko -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/smokeping-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
