Hello,
I have just install LibreNMS on docker using the template docker-compose file here:
Everything seems to be working apart from the poller doesn’t seem to run on its own. If i open a console on the dispatcher container and run librenms-service.py it will run in the console fine and everything is polled/updated successfully.
Is there an extra set I have missed out to make this run itself?
librenms:/opt/librenms$ ./validate.php
Component | Version |
---|---|
LibreNMS | 21.1.0 |
DB Schema | 2020_09_19_230114_add_foreign_keys_to_service_templates_device_table (197) |
PHP | 7.3.26 |
Python | 3.8.5 |
MySQL | 10.4.17-MariaDB-1:10.4.17+maria~focal |
RRDTool | 1.7.2 |
SNMP | NET-SNMP 5.8 |
====================================
[OK] Installed from package; no Composer required
[OK] Database connection successful
[WARN] Your database schema has extra migrations (2020_09_18_230114_create_service_templates_device_group_table, 2020_09_18_230114_create_service_templates_device_table, 2020_09_18_230114_create_service_templates_table, 2020_09_18_230114_extend_services_table_for_service_templates_table, 2020_09_19_230114_add_foreign_keys_to_service_templates_device_group_table, 2020_09_19_230114_add_foreign_keys_to_service_templates_device_table). If you just switched to the stable release from the daily release, your database is in between releases and this will be resolved with the next release.
[OK] Database schema correct
[WARN] IPv6 is disabled on your server, you will not be able to add IPv6 devices.
[WARN] Non-git install, updates are manual or from package
librenms:/opt/librenms$