Changing Dashboard intervals from 5 min to 1 min

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
FrontlineIT
Posts: 94
Joined: Tue Jul 26, 2016 8:46 am

Changing Dashboard intervals from 5 min to 1 min

Post by FrontlineIT »

Is it possible to change the dashboard interval polling from 5 min to 1 min? The monitoring is pulling it every minute and its showing it in the perf data but not showing properly in the dashboard.
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Changing Dashboard intervals from 5 min to 1 min

Post by dwhitfield »

If it's all dashboards, then you can set this in the performance settings. If it's only a specific dashboard, it's possible it has some sort of internal refresh rate, and we'd need to know which one.

1. Go to http://YOURSERVER/nagiosxi/admin/performance.php (change YOURSERVER to the actual address).
2. Click on the Dashlets tab.
3. Change the refresh rate from 5000 to 1000.
4. Click "Update Settings"

Be warned that this is likely to significantly increase the load on your server.

If that does not resolve the issue, can you PM me your Profile? You can download it by going to Admin > System Config > System Profile and click the ***Download Profile*** button towards the top. If for whatever reason you *cannot* download the profile, please put the output of View System Info (5.3.4+, Show Profile if older) in the thread (that will at least get us some info). This will give us access to many of the logs we would otherwise ask for individually. If security is a concern, you can unzip the profile take out what you like, and then zip it up again. We may end up needing something you remove, but we can ask for that specifically.

You can also generate a profile manually using the script at /usr/local/nagiosxi/html/includes/components/profile/getprofile.sh

That should generate a profile in /usr/local/nagiosxi/var/components/ which you can get off the server with an application such as FileZilla.

After you PM the profile, please update this thread. Updating this thread is the only way for it to show back up on our dashboard.

If you get an error that PROFILE BUILD FAILED, please see https://support.nagios.com/kb/article.p ... ategory=44
Locked