toni-moreno / snmpcollector

A full featured Generic SNMP data collector with Web Administration Interface for InfluxDB
MIT License
286 stars 53 forks source link

Revert octetstring string cast due to revert on core gosnmp lib after 1.28 release #461

Closed sbengo closed 3 years ago

sbengo commented 3 years ago

After the release of gosnmp v.1.28 they reverted the behaviour of octetstring, back to []byte instead of string. This PR reverts also the changes and fixes gosnmp to the last commit (1.28.1)