nagios is running but none of the check are happening

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
mohan23
Posts: 118
Joined: Tue Oct 03, 2017 7:11 am

nagios is running but none of the check are happening

Post by mohan23 »

We are monitoring thousand of Linux/Windows machines using Nagios, how do we make sure that nagios checks are happening fine.

We are seeing scenario where nagios is running but none of the check are happening from nagios. Any help will be highly appreciated
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: nagios is running but none of the check are happening

Post by benjaminsmith »

Hi @mohan23,

Just to clarify, is this for Nagios XI or Nagios Core as I don't see a Core support plan associated with your account. Do you have active checks enabled? If you go to interface and click on a host, when was the last check?

1. It's possible that the web GUI is up but the monitorin engine is not running. What is the output of the following command?

Code: Select all

systemctl status nagios
# or
service nagios status
2. Check the nagios log for error messages. What is the output of the following?

Code: Select all

tail /usr/local/nagios/var/nagios.log
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked