scheduled check does not work after reload nagios

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
el.tison
Posts: 12
Joined: Thu May 24, 2012 9:35 am

scheduled check does not work after reload nagios

Post by el.tison »

Hello the support team,

Since the last update :

At each modification / reloading of the configuration, the "scheduled checks" are no longer updated and it is impossible to make "acknowledges".
It lasts about an hour and then returns to normal.

A repair of the base was made without resolving the problem.

Any idea where this might come from?

Version :
Nagios XI 5.7.2
CentOS 7
User avatar
jbrunkow
Posts: 441
Joined: Fri Mar 13, 2020 10:45 am

Re: scheduled check does not work after reload nagios

Post by jbrunkow »

Just to be sure I'm clear on what's happening, you're trying to acknowledge an alert but can't after making changes in the Core Configuration Manager? It may take some time to rebuild the configuration, but an hour seems very long.

Can you please look to see if there are any errors in your configuration? Navigate to Configure section using the top bar of XI > click Core Config Manager under Advanced Configuration on the left pane > then click Config File Management under Tools on the left > and click the Verify Files button. If you see any errors, you can Delete Files then Write Configs and Restart Nagios Core to try to clear them.

It never hurts to send ( PM ) us a profile either! We can find lots of information about your system in there. You can download the profile by navigating to System Profile under System Config on the left pane > and clicking the Download Profile button on that page.
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!
User avatar
el.tison
Posts: 12
Joined: Thu May 24, 2012 9:35 am

Re: scheduled check does not work after reload nagios

Post by el.tison »

Hello jbrunkow,

Thank you for your reply.
I delete files then do a Write Configs: no error when I reload the nagios configuration.

I send you in PM the "system profile".
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: scheduled check does not work after reload nagios

Post by benjaminsmith »

Hi,

Thank you. We're reviewing the logs and we'll follow up with you shortly.
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!
User avatar
jbrunkow
Posts: 441
Joined: Fri Mar 13, 2020 10:45 am

Re: scheduled check does not work after reload nagios

Post by jbrunkow »

[1598511177] NDO-3: Query failed in ndo_empty_queue_timed_event
I see an error in your logs related to NDO failing. Please run through the following steps to downgrade that part for now. We are working on fixing this bug in the next version.

Downgrade Instructons (Local Database)

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
Then edit your /usr/local/nagios/etc/nagios.cfg and make sure this line is uncommented:

Code: Select all

broker_module=/usr/local/nagios/bin/ndomod.o config_file=/usr/local/nagios/etc/ndomod.cfg
Make sure this line is commented:

Code: Select all

#broker_module=/usr/local/nagios/bin/ndo.so /usr/local/nagios/etc/ndo.cfg
Then start the nagios service:

Code: Select all

systemctl start nagios
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!
User avatar
el.tison
Posts: 12
Joined: Thu May 24, 2012 9:35 am

Re: scheduled check does not work after reload nagios

Post by el.tison »

Thank you very much, this solved the problem!
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: scheduled check does not work after reload nagios

Post by scottwilkerson »

el.tison wrote:Thank you very much, this solved the problem!
Great!

Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked