Home->Scheduled Downtime
Can someone please advice how to get rid of the 7seconds refresh in the Scheduled downtime page.
Every time it auto refreshes, the whole page freezes. In fact the whole browser freezes.
Browser: Firefox 41.0 / Internet Explorer 10
Thanks
Nagios 5.2: Scheduled Downtime page freezes every 7s
Nagios 5.2: Scheduled Downtime page freezes every 7s
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation
Re: Nagios 5.2: Scheduled Downtime page freezes every 7s
I don't see anything on that page that would have a 7-second refresh, but if you look in
/usr/local/nagiosxi/html/includes/components/xicore/downtime.php
on line 210 it has the following line:
setInterval(get_downtimes, 15000, true);
You might be able to comment that out and stop the refresh, but from what I could tell there was no actual refresh being done, as in hitting F5, just a call to get updated information from the server via AJAX.
/usr/local/nagiosxi/html/includes/components/xicore/downtime.php
on line 210 it has the following line:
setInterval(get_downtimes, 15000, true);
You might be able to comment that out and stop the refresh, but from what I could tell there was no actual refresh being done, as in hitting F5, just a call to get updated information from the server via AJAX.
Former Nagios employee
Re: Nagios 5.2: Scheduled Downtime page freezes every 7s
Thanks. This managed to get rid of the refresh. Even though it says 15 seconds but it is actually refreshing data every 7s.tmcdonald wrote:I don't see anything on that page that would have a 7-second refresh, but if you look in
/usr/local/nagiosxi/html/includes/components/xicore/downtime.php
on line 210 it has the following line:
setInterval(get_downtimes, 15000, true);
You might be able to comment that out and stop the refresh, but from what I could tell there was no actual refresh being done, as in hitting F5, just a call to get updated information from the server via AJAX.
Please close this case.
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation