Advertisement
jaysenjohnsonre

librenms-validate-daily

Feb 12th, 2024 (edited)
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | Source Code | 0 0
  1. librenms@nms:~$ ./validate.php
  2. ===========================================
  3. Component | Version
  4. --------- | -------
  5. LibreNMS | 24.1.0-48-ga7a6e67e8 (2024-01-24T00:15:40-08:00)
  6. DB Schema | 2024_01_09_223927_bill_data_updated_indexes (280)
  7. PHP | 8.1.2-1ubuntu2.14
  8. Python | 3.10.12
  9. Database | MariaDB 10.6.16-MariaDB-0ubuntu0.22.04.1
  10. RRDTool | 1.7.2
  11. SNMP | 5.9.1
  12. ===========================================
  13.  
  14. [OK] Composer Version: 2.7.0
  15. [OK] Dependencies up-to-date.
  16. [OK] Database connection successful
  17. [OK] Database Schema is current
  18. [OK] SQL Server meets minimum requirements
  19. [OK] lower_case_table_names is enabled
  20. [OK] MySQL engine is optimal
  21. [OK] Database and column collations are correct
  22. [OK] Database schema correct
  23. [OK] MySQL and PHP time match
  24. [OK] Active pollers found
  25. [OK] Dispatcher Service is enabled
  26. [OK] Locks are functional
  27. [OK] Python wrapper cron entry is not present
  28. [OK] Redis is unavailable
  29. [OK] rrdtool version ok
  30. [OK] Connected to rrdcached
  31.  
  32. librenms@nms:~$ ./daily.sh
  33. Fetching new release information OK
  34. Between releases, waiting for newer release
  35. Updating Composer packages OK
  36. Updated from unset to OK
  37. Updating SQL-Schema OK
  38. Updating submodules OK
  39. Cleaning up DB OK
  40. Fetching notifications OK
  41. Caching PeeringDB data OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement