Guess it’s fit here:
I’m getting the “Make sure your daily.sh cron is running and run ./daily.sh by hand to see if there are any errors.”
But not sure why. all seems up to date and good to go but keeps warning. any inputs ?
librenms@LNMS:~$ ./daily.sh
Updating to latest codebase OK
Updating Composer packages OK
Updating SQL-Schema OK
Updating submodules OK
Cleaning up DB OK
Fetching notifications OK
Caching PeeringDB data OK
librenms@LNMS:~$ ./validate.php
====================================
Component | Version
--------- | -------
LibreNMS | 1.59-531-gd9add2c
DB Schema | 2019_12_16_140000_create_customoids_table (152)
PHP | 7.2.16-1+ubuntu16.04.1+deb.sury.org+1
MySQL | 10.0.38-MariaDB-0ubuntu0.16.04.1
RRDTool | 1.5.5
SNMP | NET-SNMP 5.7.3
====================================
[OK] Composer Version: 1.9.1
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[WARN] Your install is over 24 hours out of date, last update: Sat, 04 Jan 2020 23:15:13 +0000
[FIX]:
Make sure your daily.sh cron is running and run ./daily.sh by hand to see if there are any errors.
librenms@LNMS:~$ cat /etc/cron.d/librenms
# Using this cron file requires an additional user on your system, please see install docs.
#33 */6 * * * librenms /opt/librenms/discovery.php -h all >> /dev/null 2>&1
33 */6 * * * librenms /opt/librenms/cronic /opt/librenms/discovery-wrapper.py 1
*/5 * * * * librenms /opt/librenms/discovery.php -h new >> /dev/null 2>&1
*/5 * * * * librenms /opt/librenms/cronic /opt/librenms/poller-wrapper.py 4
15 0 * * * librenms /opt/librenms/daily.sh >> /dev/null 2>&1
* * * * * librenms /opt/librenms/alerts.php >> /dev/null 2>&1
*/5 * * * * librenms /opt/librenms/poll-billing.php >> /dev/null 2>&1
01 * * * * librenms /opt/librenms/billing-calculate.php >> /dev/null 2>&1
*/5 * * * * librenms /opt/librenms/check-services.php >> /dev/null 2>&1
*/2 * * * * librenms /opt/librenms/html/plugins/Weathermap/map-poller.php >> /dev/null 2>&1
librenms@LNMS:~$ git pull
Already up-to-date.
librenms@LNMS:~$
librenms@LNMS:~$ ./daily.sh
Updating to latest codebase OK
Updating Composer packages OK
Updating SQL-Schema OK
Updating submodules OK
Cleaning up DB OK
Fetching notifications OK
Caching PeeringDB data OK
librenms@LNMS:~$ ./validate.php
====================================
Component | Version
--------- | -------
LibreNMS | 1.59-531-gd9add2c
DB Schema | 2019_12_16_140000_create_customoids_table (152)
PHP | 7.2.16-1+ubuntu16.04.1+deb.sury.org+1
MySQL | 10.0.38-MariaDB-0ubuntu0.16.04.1
RRDTool | 1.5.5
SNMP | NET-SNMP 5.7.3
====================================
[OK] Composer Version: 1.9.1
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[WARN] Your install is over 24 hours out of date, last update: Sat, 04 Jan 2020 23:15:13 +0000
[FIX]:
Make sure your daily.sh cron is running and run ./daily.sh by hand to see if there are any errors.
librenms@LNMS:~$