add snmpv3 support
This commit is contained in:
@@ -24,6 +24,7 @@ func (t *Tendrils) Run() {
|
||||
defer cancel()
|
||||
|
||||
go t.pollARP(ctx)
|
||||
go t.pollSNMP(ctx)
|
||||
|
||||
ticker := time.NewTicker(1 * time.Second)
|
||||
defer ticker.Stop()
|
||||
|
||||
Reference in New Issue
Block a user