On Wed, Sep 12, 2007 at 12:33:43PM -0400, Nick Maio wrote: > I have recently installed Smokeping and I am trying to get the curl probe to > work. I have been running the daemon in debug mode to troubleshoot the curl > issue I am having. It appears that the curl probe is not getting the data > that it needs and is recording 100% packet loss.
Hi, the problem is here: > # a default for this target-specific variable > urlformat = http://%host/ This should be http://%host%/ - note the two percent signs. HTH, -- Niko _______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
