Skip to content

Instantly share code, notes, and snippets.

@berg
berg / poll-snmp.py
Created May 14, 2012 05:28
Script to poll SNMP counters
#!/usr/bin/env python
#
# Script to poll Ethernet interface counters from a SNMP host
# requires pysnmp and the handy snmpclient library from
# https://github.com/seveas/python-snmpclient
#
# licensed under creative commons CC0 (public domain)
#