Hi,
I have Nagios XI 2011R3.3 and every time I tried to apply configuration it never complete and I read the FAQ and I did every thing like upgrading it rebooting the whole server editing php.ini and restart apache but nothing work and I can see the following may be it helps:
I can write config files using the tool without any problems "only some warnings"
I can't schedule any immediate check always fails "server busy".
my php version is 5.1 and when I installed the nagios xi R3 on another test server I found that it is using atomic repo to install 5.3, is php version is my problem?
I can provide you any further info if you need.
Thanks
Inas Labib
Apply Configuration never completes
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Apply Configuration never completes
can you run the following and report the output
Code: Select all
ps -ef|grep cron/-
inas.labib
- Posts: 170
- Joined: Tue Sep 11, 2012 3:48 am
Re: Apply Configuration never completes
Hi,
Thanks for your reply.
here is the output:
# ps -ef|grep cron/
root 8015 7984 0 08:26 pts/1 00:00:00 grep cron/
# ps -ef|grep cron
root 3301 1 0 Sep10 ? 00:00:01 crond
root 8071 7984 0 08:26 pts/1 00:00:00 grep cron
BR,
Thanks for your reply.
here is the output:
# ps -ef|grep cron/
root 8015 7984 0 08:26 pts/1 00:00:00 grep cron/
# ps -ef|grep cron
root 3301 1 0 Sep10 ? 00:00:01 crond
root 8071 7984 0 08:26 pts/1 00:00:00 grep cron
BR,
Re: Apply Configuration never completes
Can you run the following commands and show the output of each one?
Code: Select all
cat /etc/cron.d/nagiosxi
crontab -l -u root
crontab -l -u nagios
cat /etc/crontab
chkconfig --list | grep crond
ll /usr/local/nagiosxi/cron
tail /var/log/cronBe sure to check out our Knowledgebase for helpful articles and solutions!
-
inas.labib
- Posts: 170
- Joined: Tue Sep 11, 2012 3:48 am
Re: Apply Configuration never completes
Hi,
Thanks for pointing that out.
It was nagios password. The user was locked and it is working fine now.
BR,
Inas Labib
Thanks for pointing that out.
It was nagios password. The user was locked and it is working fine now.
BR,
Inas Labib