On Wed, Dec 22, 2004 at 11:41:35AM +1100, [EMAIL PROTECTED] wrote: > I would like to test "curl probe" used with smokeping > I renamed the index.html and default.htm files such > that they would be different from the ones configured > in the config file below. To my amazement, I didn't see > any change in the graphs, I mean no discontinuities in > the graph lines. This is not normal is it? So my question > is how can I test the curl probe. Thanks for your help. > Below is my curl probe config file. > > > + PROBE_CONF > > probe = curl
Hi, I think this part doesn't have any effect, and Smokeping is using the probe specified in the 'Targets' main section rather than the Curl probe. This can be verified by running 'smokeping -debug'. You can fix this by either specifying Curl as the default probe in the 'Targets' section like this: *** Targets *** probe = Curl or by specifying a target-specific probe like this: ++ ABC menu = abc title = www.abc.com/index.html availability host= www.abc.com probe = Curl +++ PROBE_CONF url = http://www.abc.com/index.html (and similarly for XYZ). 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
