I developed a new gem that includes a command line script (snmpstats) and the class SNMP::Collector for basic information gathering through SNMP.
The script snmpstats can be very useful for system administrators because it simplifies some tasks and hides the SNMP’s boring side.
The git repository for the project can be found in the following url where you can also find a brief documentation about the script and the library: http://github.com/hgfischer/snmpstats
To install the gem, you only need to run the command bellow:
$ sudo gem install snmpstats
That’s all folks!