When I run validate.php I get a warning stating “Your install is over 24 hours out of date…”
Then when I run daily.sh all I get is “OK”
Any help would be greatly appreciated. Thank you.
When I run validate.php I get a warning stating “Your install is over 24 hours out of date…”
Then when I run daily.sh all I get is “OK”
Any help would be greatly appreciated. Thank you.
Daily updates were broken recently (for users of daily updates, which is the default). To restore them you will need to manually update once:
su - librenms
git pull
./daily.sh
That was it, I must have missed that notice. Thanks for taking the time to help me out.