Search found 1 match
- Tue Dec 03, 2019 1:36 pm
- Forum: Open Source Nagios Projects
- Topic: check_HTTP shows incorrect status on CGI vs. command line
- Replies: 1
- Views: 593
check_HTTP shows incorrect status on CGI vs. command line
I am trying to check for an expected string on HTTP. To troubleshoot, I executed this command: /usr/lib/nagios/plugins/check_http -H 192.168.0.62 -u "/index.html" -s "qwerty" and receive this response: HTTP CRITICAL: HTTP/1.1 200 OK - string 'qwerty' not found on 'http://192.168....