Advertisement
rlw

librenms perms 3

rlw
May 14th, 2018
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. -bash-4.2$ ./validate.php
  2. ====================================
  3. Component | Version
  4. --------- | -------
  5. LibreNMS | 1.39-52-gc664fbe
  6. DB Schema | 250
  7. PHP | 7.1.16
  8. MySQL | 5.5.56-MariaDB
  9. RRDTool | 1.4.8
  10. SNMP | NET-SNMP 5.7.2
  11. ====================================
  12.  
  13. [OK] Composer Version: 1.6.5
  14. [OK] Dependencies up-to-date.
  15. [OK] Database connection successful
  16. [OK] Database schema correct
  17. [FAIL] Discovery has not completed in the last 24 hours.
  18. [FIX] Check the cron job to make sure it is running and using discovery-wrapper.py
  19. [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.
  20. [FIX] chown -R librenms:librenms /opt/librenms
  21. Files:
  22. /opt/librenms/logs/librenms.log
  23. /opt/librenms/data
  24. -bash-4.2$ chown -R librenms:librenms /opt/librenms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement