You should just be able to write http://%host%/path/to/file.zip
The only thing special about the urlformat directive is that %host% is treated as a macro which is replaced by the target's host name. At least, I'm pretty sure it works that way, it's been a while since I've used that probe. - Pete MKS wrote: > Yes that works, but I'm having a small problem with the url part > > this is mandatory for the curl probe > urlformat = http://%host%/ > > but I really need to specify some filename t..d > http://apple.com/test.html > and the host variable doesn't allow any "/" in that string it seams > > any workarrounds? > > regards > MKS > > On Mon, Oct 20, 2008 at 11:08 PM, Peter Kristolaitis <[EMAIL PROTECTED]> > wrote: > >> The Curl probe with a sufficiently high timeout value should do what you >> need, I believe. >> >> >> MKS wrote: >> >>> Hi >>> >>> I need to graph how long it takes to download a 1MByte file via HTTP, >>> e.g. download the file every 15min and graph the result. >>> My attempts have need unsuccessful via the built in http probes, maybe >>> an external script would be the simplest solution? >>> >>> Any comments? >>> >>> Regards >>> MKS >>> >>> _______________________________________________ >>> smokeping-users mailing list >>> [email protected] >>> https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users >>> >>> >> _______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
