Search found 1 match

by amolbhople
Tue Jul 25, 2017 5:23 pm
Forum: Open Source Nagios Projects
Topic: Can we read http_check response and use it for -c/-w?
Replies: 2
Views: 1564

Can we read http_check response and use it for -c/-w?

Hello There, Could you please help me in following.. I am using check_http to get to know if the server is up or not. check_command check_http_url!/admin/v1/systemHealth/registeredModules/pulse!8080 -r \"isAlive\":\"false\" --invert-regex -l This above code is working fine and I ...