Thanks @npolovenko, I've downgraded check_http for the time being and raised issue 416.
https://github.com/nagios-plugins/nagio ... issues/416
Cheers,
Craig
Search found 4 matches
- Thu Sep 13, 2018 8:47 pm
- Forum: Nagios XI
- Topic: http_check returning critical after upgrade to 5.5.3
- Replies: 9
- Views: 800
- Tue Sep 11, 2018 5:34 pm
- Forum: Nagios XI
- Topic: http_check returning critical after upgrade to 5.5.3
- Replies: 9
- Views: 800
Re: http_check returning critical after upgrade to 5.5.3
Hi ssax, No joy with the latest version, I'm afraid. $ ./check_http -v -H x.x.x.x -p 8412 -P "POST AppInterfaceServerRequest HTTP/1.0\nContent-Type: text/xml" -e "415" -w 5 -c 10 POST / HTTP/1.1 User-Agent: check_http/v2.2.1.git (nagios-plugins 2.2.1) Connection: close Host: x.x....
- Mon Sep 10, 2018 6:32 pm
- Forum: Nagios XI
- Topic: http_check returning critical after upgrade to 5.5.3
- Replies: 9
- Views: 800
Re: http_check returning critical after upgrade to 5.5.3
Thanks ssax, After downloading and compiling, the older plugin is working nicely: $ ./check_http -v -H x.x.x.x -p 8412 -P "POST AppInterfaceServerRequest HTTP/1.0\nContent-Type: text/xml" -e "415" -w 5 -c 10 POST / HTTP/1.1 User-Agent: check_http/v2.0.3 (nagios-plugins 2.0.3) Con...
- Mon Sep 10, 2018 3:02 am
- Forum: Nagios XI
- Topic: http_check returning critical after upgrade to 5.5.3
- Replies: 9
- Views: 800
http_check returning critical after upgrade to 5.5.3
Hi, I recently upgraded from Nagios XI 5.4.13 to 5.5.3 on my RHEL 7.5 server and one of my check_http services is failing. I'm checking that an application server is alive and am expecting it to return "HTTP/1.0 415 Request data not in text/xml format" when I feed it an empty request so I ...