ilgizar / snmputil

Utilities for using gosnmp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snmputil

GoDoc

snmputil is a library focused on managing bulk polling of SNMP devices

It supports:

  • SNMP versions 1, 2, 2c, 3
  • Bulk polling of tabular data
  • Regexp filtering by name of resulting data
  • Auto generating OID name lookup and processing (if net-snmp-utils is installed)
  • Auto conversion of INTEGER and BIT formats to their named types
  • Optional processing of counter data (deltas and differentials)
  • Overide column aliases with custom labels
  • Auto throttling of requests - never poll faster than device can respond

About

Utilities for using gosnmp

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 100.0%