slayercat / GoSNMPServer

GoSNMPServer is an SNMP server library fully written in Go. It provides Server Get, GetNext, GetBulk, Walk, BulkWalk, Set and Traps. It supports IPv4 and IPv6, using SNMPv2c or SNMPv3.
BSD 2-Clause "Simplified" License
86 stars 50 forks source link

Dynamic OIDs #31

Open jduranf opened 1 month ago

jduranf commented 1 month ago

Once the GoSNMPServer.NewSNMPServer, as far as I know, there is no way to update or change the OIDs list. In some cases, new entries should be added or removed.

Could be possible to add such capability? Can I help adding it?

marcushorstmann commented 1 month ago

I would be interested in a general solution as well. For now I did some crude changes for it in my fork.

Am 17.05.2024 um 10:44 schrieb Joan Duran:

Once the |GoSNMPServer.NewSNMPServer|, as far as I know, there is no way to update or change the OIDs list. In some cases, new entries should be added or removed.

Could be possible to add such capability? Can I help adding it?

— Reply to this email directly, view it on GitHub https://github.com/slayercat/GoSNMPServer/issues/31, or unsubscribe https://github.com/notifications/unsubscribe-auth/BEALFRDAOMMDNHCTWIESOT3ZCW7QRAVCNFSM6AAAAABH3WZTX6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGMYDEMJVGU2DONA. You are receiving this because you are subscribed to this thread.Message ID: @.***>