Xymon Mailing List Archive search

HTTP Post tests

list Galen Johnson
Mon, 9 Dec 2013 21:23:24 -0500
Message-Id: <user-307794adb683@xymon.invalid>

I know.  Was hoping it could be done natively.
On Dec 9, 2013 9:12 PM, "Ralph Mitchell" <user-00a5e44c48c0@xymon.invalid> wrote:
It can be done in an external script with curl, using the --head option to
get just the headers.

Ralph Mitchell


On Mon, Dec 9, 2013 at 6:59 PM, Jeremy Laidman <user-71895fb2e44c@xymon.invalid>wrote:
On 10 December 2013 07:50, Galen Johnson <user-87f955643e3d@xymon.invalid> wrote:
However,
the information I'm trying to trigger on is actually in the headers (as
"Exception") and not the body.  Any way to get Xymon to parse headers as
well?

No, Xymon only looks the header "Content-type" for the "type" test.  All
other web tests are against the body.  This would be a neat feature.

J