towerops/lib
Graham McIntire 26bbd8e68a
fix: strip LibreNMS template variables from sensor OIDs
LibreNMS sensor OIDs contain template variables like '.{{ $index }}'
which need to be removed before performing SNMP walks.

Added clean_oid_template/1 to strip these template variables:
- '.1.3.6.1.4.1.17713.21.2.1.36.{{ $index }}' -> '.1.3.6.1.4.1.17713.21.2.1.36'
- 'sysUptime.{{ $index }}' -> 'sysUptime'

The SNMP walk will now use the base OID and discover all instances
with their actual index values.
2026-01-17 18:28:50 -06:00
..
mix/tasks feat: add database-driven SNMP device profiles 2026-01-17 18:13:53 -06:00
towerops fix: strip LibreNMS template variables from sensor OIDs 2026-01-17 18:28:50 -06:00
towerops_web feat: redirect to device page after triggering rediscovery 2026-01-17 18:20:24 -06:00
towerops.ex init 2025-12-21 11:10:43 -06:00
towerops_web.ex separate out marketing layouts 2026-01-06 14:46:39 -06:00