Hello.
Unfortunately, the poller does not work automatically.
This is what my Cron job looks like →
33 */6 * * * librenms /opt/librenms/cronic /opt/librenms/discovery-wrapper.py 1
*/5 * * * * librenms /opt/librenms/discovery.php -h new >> /dev/null 2>&1
*/5 * * * * librenms /opt/librenms/cronic /opt/librenms/poller-wrapper.py 16
-
-
-
-
- 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
- librenms /opt/librenms/alerts.php >> /dev/null 2>&1
-
-
-
When I run this command via the cli I don’t see any errors →
php discovery.php -h all && php poller.php -h all
What can I do to fix the problem?
Thank you