Service changes not updating

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
RebeccaIlene
Posts: 164
Joined: Tue Apr 02, 2019 8:38 pm

Service changes not updating

Post by RebeccaIlene »

Hi Team,

There is one particular service on a server that I am updating but the changes are not reflecting even after applying the configurations.
I have tried deleting and recreating the service but still the updates are not getting applied.
I have also tried changing the command but still no difference.
can someone please help me with this?

The other services on the same host are working fine and any changes done they get updated.

Regards,
Rebecca Murray
User avatar
jbrunkow
Posts: 441
Joined: Fri Mar 13, 2020 10:45 am

Re: Service changes not updating

Post by jbrunkow »

Can you please tail the output of the command subsystem log > apply the configuration > and then post the (sanitized) output you captured in the terminal here?

Code: Select all

tail -f /usr/local/nagiosxi/var/cmdsubsys.log
Do you see any evidence of crashed tables in your database logs?

Code: Select all

/var/log/mysqld.log
/var/log/mysql.err
*locations for CentOS
If so, you may want to run the database repair script and try applying the configuration again.

Code: Select all

/usr/local/nagiosxi/scripts/repair_databases.sh
I hope that helps! Let me know if I can offer up any more troubleshooting steps.
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