DASHBOARD Monitoring Engine Status Missing

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
gfesj69
Posts: 59
Joined: Fri Jan 03, 2014 10:04 am
Location: Brazil

DASHBOARD Monitoring Engine Status Missing

Post 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
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: DASHBOARD Monitoring Engine Status Missing

Post 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
Be sure to check out our Knowledgebase for helpful articles and solutions!
gfesj69
Posts: 59
Joined: Fri Jan 03, 2014 10:04 am
Location: Brazil

Re: DASHBOARD Monitoring Engine Status Missing

Post 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
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

Post by scottwilkerson »

Can your machine connect to localhost from the console?

Code: Select all

curl http://localhost/nagiosxi
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
gfesj69
Posts: 59
Joined: Fri Jan 03, 2014 10:04 am
Location: Brazil

Re: DASHBOARD Monitoring Engine Status Missing

Post by gfesj69 »

Yes, we can!
You do not have the required permissions to view the files attached to this post.
gfesj69
Posts: 59
Joined: Fri Jan 03, 2014 10:04 am
Location: Brazil

Re: DASHBOARD Monitoring Engine Status Missing

Post 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!
Locked