Error while monitoring website URL

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
HAL
Posts: 151
Joined: Thu Sep 27, 2012 7:57 am

Error while monitoring website URL

Post by HAL »

Hi,

We need to monitor two website URL's : http://xxxx:52980/site/0/ and http://xxxx:52980/site/2/. Here, xxxx is the IP address of server on which this site is configured.
Please guide.
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: Error while monitoring website URL

Post by bwallace »

Check_http will for for you, refer to the man page here:
http://nagios-plugins.org/doc/man/check_http.html

NOTE:
check_http requires separation between fqdn and full path by using flag -u

check_command example:
check_http -H example.com -u "/site/0/" -p52980
Be sure to check out the Knowledgebase for helpful articles and solutions!
Locked