Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -bash-4.2$ ./validate.php
- ===========================================
- Component | Version
- --------- | -------
- LibreNMS | 24.6.0 (2024-06-16T09:23:37-07:00)
- DB Schema | 2024_04_29_183605_custom_maps_drop_background_suffix_and_background_version (294)
- PHP | 8.1.29
- Python | 3.6.8
- Database | MariaDB 10.5.25-MariaDB
- RRDTool | 1.7.1
- SNMP | 5.7.2
- ===========================================
- [OK] Composer Version: 2.7.7
- [OK] Dependencies up-to-date.
- [OK] Database connection successful
- [OK] Database Schema is current
- [OK] SQL Server meets minimum requirements
- [OK] lower_case_table_names is enabled
- [OK] MySQL engine is optimal
- [OK] Database and column collations are correct
- [OK] Database schema correct
- [OK] MySQL and PHP time match
- [OK] Distributed Polling setting is enabled globally
- [OK] Connection to memcached is ok
- [OK] Connected to rrdcached
- [OK] Active pollers found
- [OK] Dispatcher Service not detected
- [OK] Locks are functional
- [OK] Python poller wrapper is polling
- [OK] Redis is unavailable
- [OK] rrdtool version ok
- [OK] Connected to rrdcached
- [FAIL] Scheduler is not running
- [FIX]:
- sudo cp /opt/librenms/dist/librenms-scheduler.service /opt/librenms/dist/librenms-scheduler.timer /etc/systemd/system/
- sudo systemctl enable librenms-scheduler.timer
- sudo systemctl start librenms-scheduler.timer
- [WARN] Your local git contains modified files, this could prevent automatic updates.
- [FIX]:
- You can fix this with ./scripts/github-remove
- Modified Files:
- bootstrap/cache/.gitignore
- logs/.gitignore
- rrd/.gitignore
- storage/app/.gitignore
- storage/app/public/.gitignore
- storage/debugbar/.gitignore
- storage/framework/cache/.gitignore
- storage/framework/cache/data/.gitignore
- storage/framework/sessions/.gitignore
- storage/framework/testing/.gitignore
- storage/framework/views/.gitignore
- storage/logs/.gitignore
- -bash-4.2$ exit
- logout
- [root@nms ~]# systemctl status librenms-scheduler.timer
- ● librenms-scheduler.timer - LibreNMS Scheduler
- Loaded: loaded (/etc/systemd/system/librenms-scheduler.timer; enabled; vendor preset: disabled)
- Active: active (waiting) since Fri 2024-06-28 15:59:30 PDT; 5min ago
- Jun 28 15:59:30 nms systemd[1]: Started LibreNMS Scheduler.
- [root@nms ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement