Page 1 of 1

Content match in the HTTP GET

Posted: Tue Jul 30, 2013 5:53 pm
by stecino
Hi All,

Is there a plugin, script where I can issue a GET command and content match in the page that was returned.

Thanks in advance.

Re: Content match in the HTTP GET

Posted: Tue Jul 30, 2013 8:46 pm
by scottwilkerson
check_http from standard nagios plugins package does this

Code: Select all

/usr/local/nagios/libexec/check_http -s "string_to_check" -H www.bar.com -u "/foo/content"