check_https_certificate

2016-10-11 Thread Axén Ola
I have a webserver that hosts three websites. All of them use port 443 and some kind of forwarding. When I test this check I can only get one certificate but I have three of them to different websites. How can I set up the check? https://www.tekniskaverken.se https://www.bixia.se https://www.uts

check_disk question

2016-10-11 Thread Gerhardt, Johnny
Hello, I'm currently trying to setup disk monitoring on an Ubuntu device. I'd like to just monitor the root dir. However, I don't see an option to monitor a remote device. Am I correct in this?? I'd like to something like the following: check_disk -w 10% -c 10% -p server-name/ Is this possible

RE: check_disk question

2016-10-11 Thread Gareth Fletcher
Hi Jonathan Hope you're doing well. Check out check_nrpe: https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/4/en/addons.html#nrpe https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/4/en/monitoring-linux.html Cheers! Gareth From: Help [mailto:help-bounces+gareth.fletche

RE: check_https_certificate

2016-10-11 Thread Gareth Fletcher
Hey Ola! You should look into SNI https://en.wikipedia.org/wiki/Server_Name_Indication to see what's happening here. Try using check_http with the --sni flag e.g.: # ./check_http -H www.tekniskaverken.se -S --sni -C 30,14 OK - Certificate 'www.tekniskaverken.se' will expire on 09/22/2018 23:59.