Search found 1 match
- Mon Jun 11, 2012 3:00 pm
- Forum: Open Source Nagios Projects
- Topic: combining check_http commands
- Replies: 2
- Views: 1250
combining check_http commands
I want to use the check_http command to see if the server is available AND check the SSL certificate for expiration at the same time. I have tried running "check_http -H localhost -S -C 30", but all I get is information about the certificate. Is there a way to monitor both the availability...