On Thu, Feb 10, 2005 at 02:25:55PM +0100, Lenz, Steffen wrote:
 
> Im searching for a way to ping a host every 300 seconds and every 60
> seconds.
> Do i have to let run smokeping in multiple instances/processes? How can i
> make this?

You need to configure two instances of the FPing probe. Get a current
version of Smokeping and put this in the Probes section:

*** Probes ***

+ FPing
binary = /usr/bin/fping

++ FPing300
step = 300

++ FPing60
step = 60


and then something like this in the Targets section:

*** Targets ***

probe = FPing300 # default probe

# [...]

++ myhost

+++ frequent
probe = FPing60
host = myhost

+++ infrequent
probe = FPing300
host = myhost


HTH,
-- 
niko

--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/smokeping-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to