Page 1 of 1

Services Status Not Applied

Posted: Thu Apr 22, 2021 10:54 am
by tbarnett
I have many services listed on the CCM Services page as Status Not Applied. However they all seem to be working and an "Apply Configuration" does not resolve the problem. This is the first time I've noticed this so I'm not sure it isn't normal. By far the majority of the services show Applied so I'm thinking there is some kind of problem.

Any help would be appreciated. Tom

Re: Services Status Not Applied

Posted: Thu Apr 22, 2021 6:27 pm
by ssax
It's likely a time difference somewhere.

Please send the FULL output of these commands (as root):
- NOTE: You may need to adjust the -h 127.0.0.1, the -uroot, and -pnagiosxi in the first command if your DB is contained/stored on another server and/or you've changed the root mysql password

Code: Select all

mysql -h 127.0.0.1 -uroot -pnagiosxi -e 'SELECT NOW(); SELECT @@GLOBAL.time_zone, @@SESSION.time_zone;'
date
ls -l /etc/localtime
php -r 'echo date("D M j G:i:s T Y")."\n";'
grep "date.timezone =" /etc/php.ini
grep timezone /var/lib/pgsql/data/postgresql.conf

Re: Services Status Not Applied

Posted: Tue May 25, 2021 10:21 am
by tbarnett
Thank you I got this working. The time was an issue.

Re: Services Status Not Applied

Posted: Wed May 26, 2021 6:11 am
by scottwilkerson
tbarnett wrote:Thank you I got this working. The time was an issue.
Locking thread