Search found 3 matches
- Tue Jun 29, 2010 3:30 pm
- Forum: Open Source Nagios Projects
- Topic: non standard HTTP check
- Replies: 4
- Views: 2697
Re: non standard HTTP check
The check_tcp line above produces "Connection refused".
- Tue Jun 29, 2010 12:35 pm
- Forum: Open Source Nagios Projects
- Topic: non standard HTTP check
- Replies: 4
- Views: 2697
Re: non standard HTTP check
Yes. I tried that as well - false positive. TCP will display an OK message. I'm guessing the three way handshake is completed and stops there.
thx
ad^2
thx
ad^2
- Mon Jun 28, 2010 9:13 pm
- Forum: Open Source Nagios Projects
- Topic: non standard HTTP check
- Replies: 4
- Views: 2697
non standard HTTP check
Hello, I could use some advice on monitoring a non-standard HTTP web service. The server listens on port 80 as usual and accepts a regular GET request. However, the only response is something like text/plain Code::##::#. There is no HTTP error code, content length, etc. I can test the connection man...