URLs with Nagios

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.
Locked
TuqueroIMK852
Posts: 9
Joined: Tue Feb 15, 2022 6:44 am

URLs with Nagios

Post by TuqueroIMK852 »

Hi

I'm trying to monitor actual URLs, and not only hosts, with Nagios, as I operate a shared server with several websites, and I don't think its enough just to monitor the basic HTTP service (I'm including at the very bottom of this question a small explanation of what I'm envisioning).

(Side note: please note that I have Nagios installed and running inside a chroot on a CentOS system. I built nagios from source, and have used yum to install into this root all dependencies needed, etc...)
openappPW
Posts: 2
Joined: Sun Mar 13, 2022 10:00 am

Re: URLs with Nagios

Post by openappPW »

You can use -

check_http -H website.address.com -w5 -c 10 (http check)
check_http -H website.address.com --ssl -w5 -c 10 (https check)
Locked