Re-running /opt/librenms/daily.sh as librenms user
Updating to latest codebase FAIL
error: git-remote-http died of signal 4
Updating Composer packages OK
Updating SQL-Schema OK
Updating submodules OK
Cleaning up DB OK
Fetching notifications OK
Caching PeeringDB data OK
Caching Mac OUI data OK
First check maybe…
su - librenms
./validate.php
Check output and fix it.
librenms@librenms:~$ ./validate.php
Component | Version |
---|---|
LibreNMS | 22.9.0-34-ge4fdbbd82 (2022-10-03T14:55:49-03: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.4
[OK] Dependencies up-to-date.
[OK] Database connection successful
[WARN] Your database schema has extra migrations (2022_08_15_084506_add_rrd_type_to_sensors_table, 2022_08_15_084507_add_rrd_type_to_wireless_sensors_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] SQL Server meets minimum requirements
[OK] lower_case_table_names is enabled
[OK] MySQL engine is optimal
[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
[WARN] Your install is over 24 hours out of date, last update: Mon, 03 Oct 2022 17:55:49 +0000
[FIX]:
Make sure your daily.sh cron is running and run ./daily.sh by hand to see if there are any errors.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.