- ===========================================
- Component | Version
- --------- | -------
- LibreNMS | 24.11.0-4-g5c752a1a8 (2024-11-21T12:03:58-05:00)
- DB Schema | 2024_11_07_110342_custommap_edge_add_text_align (307)
- PHP | 8.2.13
- Python | 3.6.8
- Database | MariaDB 10.3.39-MariaDB
- RRDTool | 1.7.0
- SNMP | 5.8
- ===========================================
- [OK] Composer Version: 2.8.3
- [OK] Dependencies up-to-date.
- [OK] Database connection successful
- [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] Active pollers found
- [OK] Dispatcher Service not detected
- [OK] Locks are functional
- [FAIL] Some poller nodes have not checked in recently
- Inactive Nodes:
- [OK] Redis is unavailable
- [OK] rrd_dir is writable
- [OK] rrdtool version ok
- [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
- Alerts Debug outside the Maint Window:
- Rule name: Device Down! Due to no ICMP response.
- Alert rule: macros.device_down = 1 AND devices.status_reason = "icmp"
- Alert query: SELECT * FROM devices WHERE (devices.device_id = ?) AND (devices.status = 0 && (devices.disabled = 0 && devices.ignore = 0)) = 1 AND devices.status_reason = "icmp"
- Rule match: no match
- Rule name: Device Down (SNMP unreachable)
- Alert rule: macros.device_down = 1 AND devices.status_reason = "snmp"
- Alert query: SELECT * FROM devices WHERE (devices.device_id = ?) AND (devices.status = 0 && (devices.disabled = 0 && devices.ignore = 0)) = 1 AND devices.status_reason = "snmp"
- Rule match: no match
- Rule name: Device rebooted
- Alert rule: devices.uptime < "300s" AND macros.device = 1
- Alert query: SELECT * FROM devices WHERE (devices.device_id = ?) AND devices.uptime < "300s" AND (devices.disabled = 0 && devices.ignore = 0) = 1
- Rule match: no match
- Rule name: State Sensor Critical
- Alert rule: macros.state_sensor_critical = 1 AND sensors.sensor_alert = 1
- Alert query: SELECT * FROM devices,sensors,sensors_to_state_indexes,state_indexes,state_translations WHERE (devices.device_id = ? AND devices.device_id = sensors.device_id AND sensors.sensor_id = sensors_to_state_indexes.sensor_id AND sensors_to_state_indexes.state_index_id = state_indexes.state_index_id AND state_indexes.state_index_id = state_translations.state_index_id) AND (sensors.sensor_current = state_translations.state_value && state_translations.state_generic_value = 2) = 1 AND sensors.sensor_alert = 1
- Rule match: no match
- Debug drop in window:
- Rule name: Device Down! Due to no ICMP response.
- Alert rule: macros.device_down = 1 AND devices.status_reason = "icmp"
- Alert query: SELECT * FROM devices WHERE (devices.device_id = ?) AND (devices.status = 0 && (devices.disabled = 0 && devices.ignore = 0)) = 1 AND devices.status_reason = "icmp"
- Rule match: no match
- Rule name: Device Down (SNMP unreachable)
- Alert rule: macros.device_down = 1 AND devices.status_reason = "snmp"
- Alert query: SELECT * FROM devices WHERE (devices.device_id = ?) AND (devices.status = 0 && (devices.disabled = 0 && devices.ignore = 0)) = 1 AND devices.status_reason = "snmp"
- Rule match: no match
- Rule name: Device rebooted
- Alert rule: devices.uptime < "300s" AND macros.device = 1
- Alert query: SELECT * FROM devices WHERE (devices.device_id = ?) AND devices.uptime < "300s" AND (devices.disabled = 0 && devices.ignore = 0) = 1
- Rule match: no match
- Rule name: State Sensor Critical
- Alert rule: macros.state_sensor_critical = 1 AND sensors.sensor_alert = 1
- Alert query: SELECT * FROM devices,sensors,sensors_to_state_indexes,state_indexes,state_translations WHERE (devices.device_id = ? AND devices.device_id = sensors.device_id AND sensors.sensor_id = sensors_to_state_indexes.sensor_id AND sensors_to_state_indexes.state_index_id = state_indexes.state_index_id AND state_indexes.state_index_id = state_translations.state_index_id) AND (sensors.sensor_current = state_translations.state_value && state_translations.state_generic_value = 2) = 1 AND sensors.sensor_alert = 1
- Rule match: no match