team(ix) Monitoring Plugins

This is a collection of plugins suitable for Nagios™, Icinga, Shinken and other monitoring systems which could use Nagios™-style plugins.

At the moment there are 5 plugins...

... and a Python module:

  • monitoringplugin.py: 2 classes (MonitoringPlugin and SNMPMonitoringPlugin) to ease coding of monitoring plugins

1 Work in progress

Debian/Lenny and Python bindings of NET-SNMP

There's some debugging output left in some versions (at least 5.4.1). Please delete or comment out lines 237&238 of /usr/share/pyshared/netsnmp/client.py:

237  #    for var in var_list:
238  #        print "  ",var.tag, var.iid, "=", var.val, '(',var.type,')'

See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509562