We have already disscused about Nagios server and client installation and how to monitoring http with contnet monitoring. On this post can be know that HTTPS url with contents.
Once you have configured SSL for your websites and do you want to monitroing websites with content just follow the below steps:
We are using the basic options are,
-S or --ssl SSL
-H Host Name
-I IP Address
-c Critical
-p Port Number (ssl)
-u URL
-s String
Home Page:
# /usr/local/nagios/libexec/check_http -S -H thelinuxfaq.com -I 192.168.0.20 -c 5 -p 443 -m 10000:20000 -u 'https://www.thelinuxfaq.com' -s 'Your Websites Cotent'
HTTP OK: HTTP/1.1 200 OK - 17966 bytes in 0.026 second response time |time=0.026399s;;5.000000;0.000000 size=17966B;10000;0;0
Comments (0)