Services Status Not Applied

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
tbarnett
Posts: 52
Joined: Thu Jul 26, 2012 8:36 am

Services Status Not Applied

Post 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
Tom Barnett
Senior Systems Administrator
Prime, inc.
2740 N. Mayfair Ave
Springfield, MO 65803
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Services Status Not Applied

Post 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
tbarnett
Posts: 52
Joined: Thu Jul 26, 2012 8:36 am

Re: Services Status Not Applied

Post by tbarnett »

Thank you I got this working. The time was an issue.
Tom Barnett
Senior Systems Administrator
Prime, inc.
2740 N. Mayfair Ave
Springfield, MO 65803
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Services Status Not Applied

Post by scottwilkerson »

tbarnett wrote:Thank you I got this working. The time was an issue.
Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked