Events over time not working

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
snapon_admin
Posts: 952
Joined: Mon Jun 10, 2013 10:39 am
Location: Kenosha, WI
Contact:

Events over time not working

Post by snapon_admin »

Is anyone else having an issue in 2014R1.5 with the events over time chart? Mine's working in Test, where there's very little events running, but it's not working in Production:
borked events over time.png
You do not have the required permissions to view the files attached to this post.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Events over time not working

Post by abrist »

Have you offloaded ndo2db and/or mysql?
Any errors in the js console in your browser?
Or any errors in the httpd error_log?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Events over time not working

Post by tmcdonald »

We saw a very similar issue with another user recently. How many objects are you monitoring? The user who reported this initially was upwards of 15,000 total, and it had to do with the highcharts JS configs used to draw the chart.
Former Nagios employee
User avatar
snapon_admin
Posts: 952
Joined: Mon Jun 10, 2013 10:39 am
Location: Kenosha, WI
Contact:

Re: Events over time not working

Post by snapon_admin »

I'm not seeing anything that looks like it would pertain to this in the logs, but we do have a lot monitoring. ~16,000 services and ~1,000 hosts or so.
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Re: Events over time not working

Post by BanditBBS »

I see same issue on my 1.5 install. Over time it just stops working. Was so often I finally removed from my home dashboard, was too lazy to open a bug report.
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Events over time not working

Post by tmcdonald »

Bandit, what's your total object count on that server?
Former Nagios employee
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Re: Events over time not working

Post by BanditBBS »

tmcdonald wrote:Bandit, what's your total object count on that server?
400 hosts, 6500 services.

As for the amount of checks being done:
1-min 1100 service checks
5-min 5950
15-min 6200
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Events over time not working

Post by tmcdonald »

Take a look at /usr/local/nagiosxi/html/includes/components/xicore/ajaxhelpers-monitoringengine.inc.php near the end of the file, line 540 for me:

Code: Select all

tickInterval: 2,
Remove this line and see if that helps.
Former Nagios employee
User avatar
snapon_admin
Posts: 952
Joined: Mon Jun 10, 2013 10:39 am
Location: Kenosha, WI
Contact:

Re: Events over time not working

Post by snapon_admin »

Appears to be working for me. Will double check it tomorrow and make sure it's still working.

Edit: Still working when I came in this morning. Looks like that did the trick for me, thanks!
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Re: Events over time not working

Post by BanditBBS »

Seems to be the fix on my end as well
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
Locked