Search found 4 matches

by chrisan
Fri Jan 29, 2016 4:17 pm
Forum: Open Source Nagios Projects
Topic: check_http results in HTTP WARNING: HTTP/1.1 400 Bad Request
Replies: 7
Views: 7403

Re: check_http results in HTTP WARNING: HTTP/1.1 400 Bad Req

So I recall when I installed the plugins and restarted nagios I got warnings about duplicate definitions In /etc/nagios/objects/commands.cfg I had # 'check_http' command definition #define command{ # command_name check_http # command_line $USER1$/check_http -I $HOSTADDRESS$ $ARG1$ # } #define comman...
by chrisan
Fri Jan 29, 2016 6:48 am
Forum: Open Source Nagios Projects
Topic: check_http results in HTTP WARNING: HTTP/1.1 400 Bad Request
Replies: 7
Views: 7403

Re: check_http results in HTTP WARNING: HTTP/1.1 400 Bad Req

Two of them are 2.0.3 the other is 1.5. Is there a way I can tell which version is being used by nagios? All 3 appear to have the -f follow parameter when I run it via command line Since we are checking that HTTP redirects to HTTPS I had to add the --sni flag and it works from the command line but a...
by chrisan
Thu Jan 28, 2016 10:02 am
Forum: Open Source Nagios Projects
Topic: check_http results in HTTP WARNING: HTTP/1.1 400 Bad Request
Replies: 7
Views: 7403

check_http results in HTTP WARNING: HTTP/1.1 400 Bad Request

Hello, I am getting a "WARNING" status with information: HTTP WARNING: HTTP/1.1 400 Bad Request Bit of background I am not a nagios expert, someone else set this up prior to leaving and gave me a walk through. I know enough to be dangerous :) Yesterday I installed NPRE plugins which did so...