A plugin that allows you to process raw information
returned from snmp checks into parameter that means
something: for example,
the snmp check gets the values for total blocks, block
size, and blocks free and through simple math spits
out a value such as percent free disk space. This
could also apply to percent memory free, etc.
Basically, tell the plugin what mibs to get, what sort
of math to perform, and how to spit out the value.
The idea here is to not install any software on
monitered hosts. All info is gathered through snmp.
I certainly other people could use something