towerops/lib/towerops_web/live/device_live
Graham McIntire 560370cb0b
feat: allow device name to be populated from SNMP sysName
- Make device name field optional when SNMP is enabled (ICMP Only mode still requires name)
- Add database migration to make name column nullable
- Add conditional validation: name required only when snmp_enabled is false
- Update SNMP discovery to populate device name from sysName when empty
- Add helper text explaining SNMP name population behavior in form
- Add comprehensive tests for device name SNMP population
- Update test mocks to account for NetSnmp profile sensor discovery
2026-01-17 16:28:43 -06:00
..
form.ex feat: stay on add device page after creation for batch adding 2026-01-17 16:16:10 -06:00
form.html.heex feat: allow device name to be populated from SNMP sysName 2026-01-17 16:28:43 -06:00
index.ex rename equipment to device 2026-01-17 14:48:46 -06:00
index.html.heex rename equipment to device 2026-01-17 14:48:46 -06:00
show.ex feat: add latency graph for ICMP ping monitoring 2026-01-17 16:02:35 -06:00
show.html.heex feat: add latency graph for ICMP ping monitoring 2026-01-17 16:02:35 -06:00