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
DASHBOARD Monitoring Engine Status Missing
DASHBOARD Monitoring Engine Status Missing
You do not have the required permissions to view the files attached to this post.
Re: DASHBOARD Monitoring Engine Status Missing
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?
Does restarting the services "fix" the issue?
What is the output of the following commands?
Do you have any config errors? Are the services running?
Code: Select all
service nagios status
service ndo2db status
service crond statusWhat 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 apacheBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: DASHBOARD Monitoring Engine Status Missing
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
[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
You do not have the required permissions to view the files attached to this post.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: DASHBOARD Monitoring Engine Status Missing
Can your machine connect to localhost from the console?
Code: Select all
curl http://localhost/nagiosxiRe: DASHBOARD Monitoring Engine Status Missing
Yes, we can!
You do not have the required permissions to view the files attached to this post.
Re: DASHBOARD Monitoring Engine Status Missing
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!
max_execution_time = 90 ; original was 60
max_input_time = 90 ; original was 60
memory_limit = 256M ; original was 128
Thanks for Help!