Add link speed and utilization tracking to interface stats

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ian Gulliver
2026-01-26 12:16:44 -08:00
parent 3255c1cfe5
commit 2af5ad51d7
3 changed files with 106 additions and 27 deletions

View File

@@ -286,6 +286,7 @@ func (t *Tendrils) queryInterfaceStats(snmp *gosnmp.GoSNMP, node *Node, ifNames
iface.Stats = stats
t.errors.CheckPort(node, name, stats)
t.errors.CheckUtilization(node, name, stats)
}
}