Changing Poller Intervals

I am running into some issues. I changed my poller intervals last night and my graphs are not updating correctly.

Here is my librenms crontab -

Using this cron file requires an additional user on your system, please see install docs.

33*/16 * * * * librenms /opt/librenms/cronic /opt/librenms/discovery-wrapper.py 1
*/15 * * * * librenms /opt/librenms/discovery.php -h new >> /dev/null 2>&1
*/15 * * * * librenms /opt/librenms/cronic /opt/librenms/poller-wrapper.py 2
15 0 * * * librenms /opt/librenms/daily.sh >> /dev/null 2>&1

          • librenms /opt/librenms/alerts.php >> /dev/null 2>&1
            */5 * * * * librenms /opt/librenms/poll-billing.php >> /dev/null 2>&1
            01 * * * * librenms /opt/librenms/billing-calculate.php >> /dev/null 2>&1
            */5 * * * * librenms /opt/librenms/check-services.php >> /dev/null 2>&1
  • /5 * * * root /opt/librenms/html/plugins/Weathermap/map-poller.php >> /dev/null 2>&1

What do I need to do to fix this issue?

Did you follow this doc you cant just change the cron?

https://docs.librenms.org/#Support/1-Minute-Polling/

Hi @Kevin_Krumm is there a way to specify polling times per Device?

No not per device.