On Mon, Sep 27, 2004 at 01:27:22PM +0200, guenther sommer wrote: > i don't see the parameters defined in the smokeping config file on > the command line when the probe is called.
> + PROBE_CONF > url = / > ignore_cache = yes > revalidate_data = no > timeout = 5 > > + HTTP > menu = HTTP > title = HTTP-Connectivity > > ++ abc > menu = abc > title = abc > host = abc.com > probe = EchoPingHttp > > ++ xyz > menu = xyz > title = xyz > host = xyz.ch > probe = EchoPingHttp Your PROBE_CONF section is affecting the top-level default probe, but you specify a different probe for the targets. The best fix is to specify the config at the probe declaration like this: *** Probes *** + EchoPingHttp url = / ignore_cache = yes revalidate_data = no timeout = 5 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
