track multiple names per node

This commit is contained in:
Ian Gulliver
2026-01-23 13:11:38 -08:00
parent 29a0c80fea
commit 3222e20e84
4 changed files with 218 additions and 18 deletions

View File

@@ -89,7 +89,7 @@ func (t *Tendrils) pollNode(node *Node) {
}
}
}
nodeName := node.Name
nodeName := node.DisplayName()
t.nodes.mu.RUnlock()
if !t.DisableSNMP {