Not changes applied after apply configuration

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
cristhofer.perez
Posts: 12
Joined: Fri Jun 05, 2015 6:43 am

Re: Not changes applied after apply configuration

Post by cristhofer.perez »

Hello, thanks you all but the problem isn't solve.

I change the date as you say.

Here the /etc/my.cnf

Code: Select all

[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1

# Disabling symbolic-links is recommended to prevent assorted security risks;
# to do so, uncomment this line:
# symbolic-links=0

[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Not changes applied after apply configuration

Post by tgriep »

After changing the system time, did you restart the Apache and Nagios process? Run this

Code: Select all

service httpd restart
service nagios restart
Can you run this and post the output?

Code: Select all

tail -100 /var/log/mysqld.log
On the service that you are trying to change, can you post the configuration file and a screen capture of the advanced tab of the service in question?
Be sure to check out our Knowledgebase for helpful articles and solutions!
cristhofer.perez
Posts: 12
Joined: Fri Jun 05, 2015 6:43 am

Re: Not changes applied after apply configuration

Post by cristhofer.perez »

Thanks you all :D ;) . The problem is solved. lmiltchev was right. The PHP Time and the System time not were the same.
Locked