towerops/lib/towerops/workers
Graham McIntire 57f81b70f8
Fix latency data not being captured in monitoring checks
The monitoring system was creating checks but hardcoding response_time_ms
to nil instead of using the actual ping latency. This caused the latency
graphs to have no data to display.

Changes:
- device_monitor.ex: Capture response time from ping/SNMP check result
- monitor_worker.ex: Use correct field name (response_time_ms) and status enum values (:success/:failure)

After this fix, new monitoring checks will include latency data and the
latency graphs will display properly on both device and site detail pages.
2026-01-17 17:00:52 -06:00
..
discovery_worker.ex feat: use Exq for SNMP discovery background jobs 2026-01-17 16:39:40 -06:00
monitor_worker.ex Fix latency data not being captured in monitoring checks 2026-01-17 17:00:52 -06:00
poll_worker.ex Convert Task.* calls to Exq background workers 2026-01-17 16:46:36 -06:00