Hello,
we updated to 5.7.1 recently. Since the update, we see a nearly empty nagios server after each apply config task. This condition holds on for about 10-15 minutes. After that everything is fine.
It looks like this:
Alle the host checks have the status "pending".
Before the update, the time between applying a config and the normal state was not more than 1 minute. What can we do, to speed this up again?
Best regards
Christoph
No services and pending host checks after apply config
No services and pending host checks after apply config
You do not have the required permissions to view the files attached to this post.
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: No services and pending host checks after apply config
Hi Christoph,
The is a known issue affecting certain systems in 5.7.1, we are working on a maintenance release to correct this and it should be out soon.
In the meantime, if it's affecting your monitoring and are unable to wait until 5.7.2, I would recommend downgrading the backend database daemon to the previous versions ( see instructions below). Let me know if you have any questions. Benjamin
Then edit your /usr/local/nagios/etc/nagios.cfg and make sure this line is uncommented:
Make sure this line is commented:
Then start the nagios service:
The is a known issue affecting certain systems in 5.7.1, we are working on a maintenance release to correct this and it should be out soon.
In the meantime, if it's affecting your monitoring and are unable to wait until 5.7.2, I would recommend downgrading the backend database daemon to the previous versions ( see instructions below). Let me know if you have any questions. Benjamin
Code: Select all
systemctl stop nagios
cd /tmp
rm -rf /tmp/nagiosxi
wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.6.14.tar.gz
tar zxf xi-5.6.14.tar.gz
cd /tmp/nagiosxi/subcomponents/ndoutils
./install
systemctl enable ndo2db
Code: Select all
broker_module=/usr/local/nagios/bin/ndomod.o config_file=/usr/local/nagios/etc/ndomod.cfgCode: Select all
#broker_module=/usr/local/nagios/bin/ndo.so /usr/local/nagios/etc/ndo.cfgCode: Select all
systemctl start nagiosAs 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!
-
fuchstiger
- Posts: 22
- Joined: Tue Apr 12, 2016 7:42 am
Re: No services and pending host checks after apply config
I have the same problem.
But the workaround does not resolves it.
But the workaround does not resolves it.
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: No services and pending host checks after apply config
@fuchstiger Let's get another thread open for this issue, so we can work your case separately.
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!
Re: No services and pending host checks after apply config
Hi Benjamin,
thank your for your reply. I think, we will wait for the update, if it's not getting worse. Do you have a timeline for 5.7.2?
Best regards
Christoph
thank your for your reply. I think, we will wait for the update, if it's not getting worse. Do you have a timeline for 5.7.2?
Best regards
Christoph
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: No services and pending host checks after apply config
Hi Christoph,
Appreciate your patience. Soon, sometime late next week.Do you have a timeline for 5.7.2?
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!