Monitor a server with no ping access

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
glennbtn
Posts: 7
Joined: Mon Dec 12, 2011 11:53 am

Monitor a server with no ping access

Post by glennbtn »

HI All

I need to monitor a number of pbx server whcih are locked down. There is no opion to enable ping from 1 ip address to the wan, it's either on or off. I need to be able to see if the pbx is running by calling a webpage (have done this with monit in the past)

Can anyone tell me how I can get this working

Thanks
User avatar
jsmurphy
Posts: 989
Joined: Wed Aug 18, 2010 9:46 pm

Re: Monitor a server with no ping access

Post by jsmurphy »

In your nagios/libexec/ there is a check_http plugin, you could use that as your host check command.
Locked