RSS
 

New gem snmpstats

22 jan

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! ;-)

 

Nova gem snmpstats

22 jan

Desenvolvi uma nova gem que inclui um script de linha de comando (snmpstats) e a classe SNMP::Collector para coleta de informações básicas via SNMP.

O comando snmpstats pode ser bastante útil para administradores de sistemas pois simplifica algumas tarefas e esconde o lado chato do SNMP.

O repositório git do projeto está aqui, onde também poderá encontrar uma breve documentação sobre o script e a biblioteca: http://github.com/hgfischer/snmpstats

Para instalar a gem, basta rodar o comando abaixo:

$ sudo gem install snmpstats