Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Hello all and thanks for taking the time to post regarding this.
I am running Nagios Core 4 on Ubuntu 14. I am trying to monitor our company website at https://blahblah.com
So far I have not found/missed any examples on how to do this. I know the built in http command SHOULD be able to do this. Or maybe I need to create an https one?
If this looks terrible its because I've been trying so many variations... dont laugh...
My define service is
use generic-service
host_name website
service_description HTTP
check_command check_http!-H https://www.blah.com -S
sysadmin2525 wrote:My define service is
use generic-service
host_name website
service_description HTTP
check_command check_http!-H https://www.blah.com -S
Alright so after some time it now shows that HTTP is OK but still shows up red due to failed pings to the web site. So we are half way there at least...