towerops/lib/towerops/monitoring
Graham McIntire cac54b46a2
Implement event logging system and fix sensor display
- Add equipment_events table and Event schema for tracking device changes
- Implement automatic change detection for interface attributes during SNMP polling
  - Detects operational status changes (up/down)
  - Detects admin status changes
  - Detects speed changes with warning severity for speed drops
  - Detects MAC address changes
- Add Logs tab to equipment detail page with event display
- Fix temperature sensor display bug (was showing 4.3C instead of 43C due to double division)
- Remove response time tracking from monitoring checks and UI
- Move Rediscover Device button to equipment edit page
2026-01-05 10:42:34 -06:00
..
check.ex mix format 2025-12-21 17:17:35 -06:00
equipment_monitor.ex Implement event logging system and fix sensor display 2026-01-05 10:42:34 -06:00
ping.ex snmp bits 2026-01-03 14:41:28 -06:00
ping_behaviour.ex snmp bits 2026-01-03 14:41:28 -06:00
supervisor.ex Add error handling and logging to monitoring supervisor 2026-01-04 13:24:33 -06:00