Hi There !
I’ve just enabled billing but I did not have any menu in the GUI. Is it normal ?
All is working if I go to https://mylibrenms/bills but no links to navigate to it
Dis I miss something in the configuration ?
[email protected]:~$ ./validate.php
===========================================
Component | Version
--------- | -------
LibreNMS | 22.10.0-40-gb90fbcb9b (2022-10-27T21:02:27+02:00)
DB Schema | 2022_08_15_084507_add_rrd_type_to_wireless_sensors_table (248)
PHP | 8.1.2-1ubuntu2.6
Python | 3.10.6
Database | MariaDB 10.6.7-MariaDB-2ubuntu1.1
RRDTool | 1.7.2
SNMP | 5.9.1
===========================================
[OK] Composer Version: 2.4.3
[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] Active pollers found
[OK] Dispatcher Service is enabled
[OK] Locks are functional
[OK] Python wrapper cron entry is not present
[OK] Redis is unavailable
[OK] rrdtool version ok
[OK] Connected to rrdcached
[FAIL] We have found some files that are owned by a different user than 'librenms', this will stop you updating automatically and / or rrd files being updated causing graphs to fail.
[FIX]:
sudo chown -R librenms:librenms /opt/librenms
sudo setfacl -d -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/
sudo chmod -R ug=rwX /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/
Files:
/opt/librenms/rrd/smokeping/power
/opt/librenms/rrd/smokeping/power/10_2_11_55.rrd
/opt/librenms/rrd/smokeping/power/10_2_11_5.rrd
/opt/librenms/rrd/smokeping/power/10_2_11_61.rrd
/opt/librenms/rrd/smokeping/power/10_2_11_121.rrd
/opt/librenms/rrd/smokeping/power/10_2_11_100.rrd
/opt/librenms/rrd/smokeping/power/10_2_11_72.rrd
/opt/librenms/rrd/smokeping/power/10_2_11_11.rrd
/opt/librenms/rrd/smokeping/power/10_2_11_190.rrd
/opt/librenms/rrd/smokeping/power/10_2_11_52.rrd
/opt/librenms/rrd/smokeping/power/10_2_11_70.rrd
/opt/librenms/rrd/smokeping/power/10_2_11_142.rrd
/opt/librenms/rrd/smokeping/power/10_2_11_112.rrd
/opt/librenms/rrd/smokeping/power/10_2_11_56.rrd
/opt/librenms/rrd/smokeping/power/10_2_11_62.rrd
and 22 more...
Thanks in advance.
Juju