Advertisement
Guest User

Untitled

a guest
Jun 28th, 2024
21
0
4 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. -bash-4.2$ ./validate.php
  2. ===========================================
  3. Component | Version
  4. --------- | -------
  5. LibreNMS | 24.6.0 (2024-06-16T09:23:37-07:00)
  6. DB Schema | 2024_04_29_183605_custom_maps_drop_background_suffix_and_background_version (294)
  7. PHP | 8.1.29
  8. Python | 3.6.8
  9. Database | MariaDB 10.5.25-MariaDB
  10. RRDTool | 1.7.1
  11. SNMP | 5.7.2
  12. ===========================================
  13.  
  14. [OK] Composer Version: 2.7.7
  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] Distributed Polling setting is enabled globally
  25. [OK] Connection to memcached is ok
  26. [OK] Connected to rrdcached
  27. [OK] Active pollers found
  28. [OK] Dispatcher Service not detected
  29. [OK] Locks are functional
  30. [OK] Python poller wrapper is polling
  31. [OK] Redis is unavailable
  32. [OK] rrdtool version ok
  33. [OK] Connected to rrdcached
  34. [FAIL] Scheduler is not running
  35. [FIX]:
  36. sudo cp /opt/librenms/dist/librenms-scheduler.service /opt/librenms/dist/librenms-scheduler.timer /etc/systemd/system/
  37. sudo systemctl enable librenms-scheduler.timer
  38. sudo systemctl start librenms-scheduler.timer
  39. [WARN] Your local git contains modified files, this could prevent automatic updates.
  40. [FIX]:
  41. You can fix this with ./scripts/github-remove
  42. Modified Files:
  43. bootstrap/cache/.gitignore
  44. logs/.gitignore
  45. rrd/.gitignore
  46. storage/app/.gitignore
  47. storage/app/public/.gitignore
  48. storage/debugbar/.gitignore
  49. storage/framework/cache/.gitignore
  50. storage/framework/cache/data/.gitignore
  51. storage/framework/sessions/.gitignore
  52. storage/framework/testing/.gitignore
  53. storage/framework/views/.gitignore
  54. storage/logs/.gitignore
  55. -bash-4.2$ exit
  56. logout
  57. [root@nms ~]# systemctl status librenms-scheduler.timer
  58. ● librenms-scheduler.timer - LibreNMS Scheduler
  59. Loaded: loaded (/etc/systemd/system/librenms-scheduler.timer; enabled; vendor preset: disabled)
  60. Active: active (waiting) since Fri 2024-06-28 15:59:30 PDT; 5min ago
  61.  
  62. Jun 28 15:59:30 nms systemd[1]: Started LibreNMS Scheduler.
  63. [root@nms ~]#
  64.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement