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
nagios is running but none of the check are happening
-
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
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?
2. Check the nagios log for error messages. What is the output of the following?
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
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!
Be sure to check out our Knowledgebase for helpful articles and solutions!