bin/check-snmp.rb in sensu-plugins-snmp-0.0.3 vs bin/check-snmp.rb in sensu-plugins-snmp-0.0.4

- old
+ new

@@ -3,17 +3,19 @@ # === # # This is a simple SNMP check script for Sensu, We need to supply details like # Server, port, SNMP community, and Limits # +# DEPENDENCIES: +# gem: sensu-plugin +# gem: snmp # -# Requires SNMP gem -# # USAGE: # # check-snmp -h host -C community -O oid -w warning -c critical # check-snmp -h host -C community -O oid -m "(P|p)attern to match\.?" # +# LICENSE: # # Author Deepak Mohan Das <deepakmdass88@gmail.com> # # Released under the same terms as Sensu (the MIT license); see LICENSE # for details.