- ToweropsWeb.AgentChannel now runs sensor readings through Towerops.Snmp.SensorScale.normalize/2 in both resolve_sensor_value/2 and the GraphQL publisher. Without this, MikroTik mtxrHl* deci-degree readings (e.g. Culleoka reporting 294 -> 29.4°C) were stored and alerted on at 294°C. The DevicePollerWorker path already did this; only the agent path was missing it. - Demote "Received SNMP result from agent" and "Processing polling result for X" from info to debug — they fire every poll cycle on every device and were dominating prod logs. |
||
|---|---|---|
| .. | ||
| agent_channel_builders_test.exs | ||
| agent_channel_check_proto_test.exs | ||
| agent_channel_cloud_poller_test.exs | ||
| agent_channel_extra_coverage_test.exs | ||
| agent_channel_processing_test.exs | ||
| agent_channel_test.exs | ||
| mobile_channel_test.exs | ||
| mobile_socket_test.exs | ||