<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 10 April 2015 at 11:19, Andrew Rakowski <span dir="ltr"><<a href="mailto:landrew@pnnl.gov" target="_blank">landrew@pnnl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I didn't understand why nobody was complaining previously, until I saw that BigBro was set up to use the "curl" command with the "-I" option (aka the "--head" option) to send a "HEAD" request to the server.  The BigBro web test used this setting:<br></blockquote><div><br></div><div>This was one of the problems with BigBro - it forked to external programs to do the probes which doesn't scale, whereas xymonnet does it all internally.</div><div><br></div><div>Alas, xymonnet sends either a POST or a GET request, and this cannot be modified by configuration.</div><div><br></div><div>I can see two options for you.  One is to do your own curl/wget call with a HEAD request, in a script.  The other option is to define your own "http" protocol definition in protocols.cfg and use that.  You would probably need to name it something other than "http" otherwise xymonnet will use its internal protocol code rather than what's defined in protocols.cfg.</div><div><br></div><div>J</div></div></div></div>