Daily.sh only completes SQL-Shema & Cleaning up DB

On my original Libre server there were like 9 items daily.sh done. My new server only has 2. Is this normal, or do I have something configured wrong?

[librenms@librenms ~]$ ./daily.sh
Updating SQL-Schema OK
Cleaning up DB OK
[librenms@librenms ~]$

[librenms@librenms ~]$ ./validate.php

Component Version
LibreNMS 22.8.0-6-g1dbab5ac7
DB Schema 2022_07_19_081224_plugins_unique_index (244)
PHP 8.1.9
Python 3.6.8
Database MariaDB 10.3.32-MariaDB
RRDTool 1.7.0
SNMP 5.8

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

[OK] Composer Version: 2.4.1
[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 not detected
[OK] Locks are functional
[OK] Python poller wrapper is polling
[OK] Redis is unavailable
[OK] rrd_dir is writable
[OK] rrdtool version ok

i was in similar problem yesterday
looks like composer is missing

try this

sudo su -l librenms
./scripts/composer_wrapper.php install --no-dev

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