Dispatched Service and python wrapper, double polling

my web ui is disappearead, and when i tried validate,

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

Component Version
LibreNMS 23.9.1-91-gfcfaded91 (2023-10-15T03:29:13+07:00)
DB Schema 2023_10_12_184652_bgp_peers_table_unsigned_stats (265)
PHP 8.1.2-1ubuntu2.14
Python 3.10.12
Database MariaDB 10.6.12-MariaDB-0ubuntu0.22.04.1
RRDTool 1.7.2
SNMP 5.9.1
===========================================

[OK] Composer Version: 2.6.5
[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] Database and column collations are correct
[OK] Database schema correct
[OK] MySQl and PHP time match
[FAIL] Both Dispatcher Service and Python Wrapper were active recently, this could cause double polling
[OK] Dispatcher Service is enabled
[OK] Locks are functional
[OK] Python poller wrapper is polling
[OK] Redis is unavailable
[OK] rrd_dir is writable
[OK] rrdtool version ok

can someone help me ?

Pick one:

  • Use cron jobs to poll
  • Use dispatcher service to poll

You seem to have both enabled, disable one.

yeah, i use dispatcher service, but my web gui is still same

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

Component Version
LibreNMS 23.9.1-91-gfcfaded91 (2023-10-15T03:29:13+07:00)
DB Schema 2023_10_12_184652_bgp_peers_table_unsigned_stats (265)
PHP 8.1.2-1ubuntu2.14
Python 3.10.12
Database MariaDB 10.6.12-MariaDB-0ubuntu0.22.04.1
RRDTool 1.7.2
SNMP 5.9.1
===========================================

[OK] Composer Version: 2.6.5
[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] Database and column collations are correct
[OK] Database schema correct
[OK] MySQl and PHP time match
[OK] Active pollers found
[OK] Dispatcher Service is enabled
[OK] Locks are functional
[OK] No active python wrapper pollers found
[OK] Redis is unavailable
[OK] rrd_dir is writable
[OK] rrdtool version ok

sorry, can you tell me
how to disable python wrapper so i can use dispatcher service ?

Remove the cron jobs if you would like to use the dispatcher service.

If you would like to use the cron jobs (python wrapper), disable the systemd unit for the dispatcher (librenms.service).

im sorry, this is my first time using linux so i dont really know what to do. Can u tell me how can i remove cron jobs so i can use dispatcher service

Go review the install docs and look for the cron steps. Undo them.

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