Search found 2 matches

by ewolff
Wed Feb 25, 2026 2:09 pm
Forum: Open Source Nagios Projects
Topic: check_http - respond Critical if the website loads?
Replies: 2
Views: 146

Re: check_http - respond Critical if the website loads?

Yeah it looks like that will do what I want it to do. I'm testing it from command line and it's throwing the proper codes so I should be able to create a customer check to reference this.

Thanks
by ewolff
Tue Feb 24, 2026 12:17 pm
Forum: Open Source Nagios Projects
Topic: check_http - respond Critical if the website loads?
Replies: 2
Views: 146

check_http - respond Critical if the website loads?

Basically trying to do the opposite of what check_http is used for. Respond OK if the site does not load, but respond Critical if the site responds. So basically if I get this using check_http connect to address x.x.x.x and port 80: Connection refused HTTP CRITICAL - Unable to open TCP socket I want...