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
Search found 2 matches
- Wed Feb 25, 2026 2:09 pm
- Forum: Open Source Nagios Projects
- Topic: check_http - respond Critical if the website loads?
- Replies: 2
- Views: 127
- Tue Feb 24, 2026 12:17 pm
- Forum: Open Source Nagios Projects
- Topic: check_http - respond Critical if the website loads?
- Replies: 2
- Views: 127
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...