Service checks in Pending status

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
cbadmin
Posts: 1
Joined: Thu Jun 06, 2013 6:23 pm

Service checks in Pending status

Post by cbadmin »

Hello All,

I am using Nagios 3.5 on RHEL 6.4. I am having a weird issue where hosts checks are working however service checks are in Pending state. Passive checks are disabled and it's not a timezone issue (I checked). Also the scheduling queue shows the active check is scheduled, and as per the nagios.log it seems like the service check was initiated and the results are OK. However on the website it's still in Pending state. Any help is appreciated.

Thanks,
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Service checks in Pending status

Post by slansing »

Can you post an image of one of your service's status details page's that is in a pending state? Can you type the following in your Nagios server's CLI and return the output?:

Code: Select all

cat /etc/php.ini | grep date.timezone

Code: Select all

hwclock
You could have a timezone issue.
Locked