Page 1 of 1
DASHBOARD Monitoring Engine Status Missing
Posted: Thu Apr 10, 2014 12:58 pm
by gfesj69
Hi I am use Nagios XI 2012R2.9, VMWare downloaded from Nagios.
Some times in my instalation I miss the DASHBOARD Monitoring Engine Status Missing, as we can see bellow.
How can we solve this?
Regards
Gerald
Re: DASHBOARD Monitoring Engine Status Missing
Posted: Thu Apr 10, 2014 1:25 pm
by lmiltchev
Can you elaborate on "Some times"? Do you see any pattern? How often does it happen?
Do you have any config errors? Are the services running?
Code: Select all
service nagios status
service ndo2db status
service crond status
Does restarting the services "fix" the issue?
What is the output of the following commands?
Code: Select all
tail /var/log/messages
tail /var/log/httpd/error_log
tail /var/log/cron
chage -l nagios
chage -l apache
Re: DASHBOARD Monitoring Engine Status Missing
Posted: Thu Apr 10, 2014 3:36 pm
by gfesj69
All services are running...
[root@SPAM-VM-NGS01 ~]# service nagios status
nagios (pid 10827) is running...
[root@SPAM-VM-NGS01 ~]# service ndo2db status
ndo2db (pid 39167) is running...
[root@SPAM-VM-NGS01 ~]# service crond status
crond (pid 38667) is running...
[root@SPAM-VM-NGS01 ~]#
I restart all services, but the probems still happen.
Here are the logs.
Thanks Geraldo
Re: DASHBOARD Monitoring Engine Status Missing
Posted: Thu Apr 10, 2014 4:50 pm
by scottwilkerson
Can your machine connect to localhost from the console?
Re: DASHBOARD Monitoring Engine Status Missing
Posted: Thu Apr 10, 2014 5:06 pm
by gfesj69
Yes, we can!
Re: DASHBOARD Monitoring Engine Status Missing
Posted: Fri Apr 11, 2014 8:01 am
by gfesj69
I Fix the problem, I did change some php.ini parameters and the problem was fix.
max_execution_time = 90 ; original was 60
max_input_time = 90 ; original was 60
memory_limit = 256M ; original was 128
Thanks for Help!