Hi,
I try to configure a Check HTTP service to monitor certain ip over https.
The Graph is ok but the Output of check plugin show this message:
“HTTP WARNING: HTTP/1.1 400 Bad Request - 160 bytes in 0.070 second response time”
This is my configuration:
Hosts name / IP address: 172.17.4.2
TCP Port: 443
Mode of the Check: Check the URL,
URI to fetch (default is /): /demo/index.html
Use SSL/HTTPS for the connection: Use SSL with auto negotiation
Expected response time: 100.00 ms, 200.00 ms
Advanced: Disable SSL/TLS hostname extension support (SNI):
Service check command:
check_mk_active-http!’-u’ ‘/demo/index.html’ ‘–ssl’ ‘-w’ ‘0.100000’ ‘-c’ ‘0.200000’ ‘-p’ ‘443’ ‘172.17.4.2’
What’s the exactly problem? Why the message is an error 400?
thanks.