Both Dispatcher Service and Python Wrapper were active recently

./validate.php

Component Version
LibreNMS 22.11.0-1-g54094a403 (2022-11-24T19:34:27+03:00)
DB Schema 2022_08_15_084507_add_rrd_type_to_wireless_sensors_table (248)
PHP 8.1.2-1ubuntu2.8
Python 3.10.6
Database MariaDB 10.6.11-MariaDB-0ubuntu0.22.04.1
RRDTool 1.7.2
SNMP 5.9.1

===========================================

[OK] Composer Version: 2.4.4
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database Schema is current
[OK] SQL Server meets minimum requirements
[OK] lower_case_table_names is enabled
[OK] MySQL engine is optimal
[OK]
[OK] Database schema correct
[OK] MySQl and PHP time match
[OK] Distributed Polling setting is enabled globally
[OK] Connected to rrdcached
[FAIL] Both Dispatcher Service and Python Wrapper were active recently, this could cause double polling
[OK] Dispatcher Service is enabled
[OK] Locks are functional
[FAIL] Some poller nodes have not checked in recently
Inactive Nodes:
poller1
[OK] Redis is functional
[OK] rrdtool version ok
[OK] Connected to rrdcached

cat /etc/cron.d/librenms

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

#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 cd /opt/librenms/ && php artisan schedule:run >> /dev/null 2>&1

19 0 * * * librenms /opt/librenms/daily.sh >> /dev/null 2>&1

What wrong here? This is node for poller, not a master.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.