I followed this tutorial:
https://docs.librenms.org/Support/1-Minute-Polling/
First I updated the values: / settings / poller / rrdtool /
I converted the RRD files so that they can take the new configuration
But, which value to update in the “cron.d” concerning poller-wrapper.py ?
Thanks
Benjamin
From the link you posted https://docs.librenms.org/Support/1-Minute-Polling/ it seems your value in cron should correlate to the value of the rrdstep you set up in the web ui.
You must also change your cron entry for poller-wrapper.py for this to work
(if you change from the default 300 seconds).
Hi,
Ok, Im agree with you but, in the cron entry " */5 * * * * librenms /opt/librenms/cronic /opt/librenms/poller-wrapper.py 16", which is the value i need to change ?
Chas
29 June 2020 19:26
#4
* * * * * librenms /opt/librenms/cronic /opt/librenms/poller-wrapper.py 16
*/1 * * * * librenms /opt/librenms/cronic /opt/librenms/poller-wrapper.py 16
if your rrdstep is 60 seconds.
What is the difference between "* * * * * " and “*/1 * * * *”?
Chas
30 June 2020 16:36
#8
nothing they are the same https://crontab.guru/