Page 1 of 1

Service changes not updating

Posted: Thu May 14, 2020 2:50 am
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

Re: Service changes not updating

Posted: Thu May 14, 2020 11:43 am
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.