mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* feature: Allow customisation of rrd step/heartbeat when creating new rrd files * revert defaults * added docs + webui config option * Move RrdDefinition to an Object to make them easier to create and remove the possibility of typos. * Fix style/lint issues and missing use statements * 3 more missing use statements * updated doc + moved schema file
1.1 KiB
1.1 KiB
source: Support/1-Minute-Polling.md
We now have support for polling data at intervals to fit your needs.
Please be aware of the following:
- You must also change your cron entry for
poller-wrapper.py
for this to work (if you change from the default 300 seconds). - Your polling MUST complete in the time you configure for the heartbeat step value. See
/pollers/tab=pollers/
in your WebUI for your current value. - This will only affect RRD files created from the moment you change your settings.
- This change will affect all data storage mechanisms such as MySQL, RRD and InfluxDB. If you decreate the values then please be aware of the increase in space use for MySQL and InfluxDB.
To make the changes, please navigate to /settings/sub=external/
within your WebUI. Select RRDTool Setup and then update the two values for step and heartbeat intervals:
- Step is how often you want to insert data, so if you change to 1 minute polling then this should be 60.
- Heartbeat is how long to wait for data before registering a null value, i.e 120 seconds.