sudo su nagios
cd /usr/local/nagiosxi/scripts
./reset_config_perms
Edit: command syntax mistake
TwitsBlog Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.
What service are you changing that isn't working and what are you changing in it?
When you apply the config, can you click on the Show Error link on the Apply configuration screen and post that here?
Also can you run the following command and post back the results.
select service_description from nagiosql.tbl_service where CONFIG_NAME = 'SAITAMA' and service_description like 'Sincronizacao%';
+---------------------------------+
| service_description |
+---------------------------------+
| Sincronizacao de Horarioo |
+---------------------------------+
1 row in set (0.01 sec)
On the Nagios database he doesnt change.
NAGIOS Database
select name2 from nagios_objects where name1 = 'SAITAMA' and name2 like 'Sincronizacao%';
+---------------------------------+
| name2 |
+---------------------------------+
| Sincronizacao de Horario |
+---------------------------------+
1 row in set (0.00 sec)
Attempt to Apply Configuration from the web interface. After the browser has returned some output to the screen, press "Ctrl+c" to stop the log tail, and post the cmd.txt file.
BTW, do you have any errors/crashed tables in the mysqld.log?