lib/snmp/open/options.rb in snmp-open-0.5.0 vs lib/snmp/open/options.rb in snmp-open-0.6.0
- old
+ new
@@ -22,15 +22,13 @@
retries: '-r',
timeout: '-t',
host: nil
}.freeze
- # On some systems, SNMP command outputs will include symbolic OID names,
- # symbolic values, and/or value units. The parser doesn't support these,
- # so disable them.
+ # On some systems, SNMP command outputs will include symbolic values
+ # and/or value units. The parser doesn't support these, so disable them.
REQUIRED_BY_PARSER = {
'-Oe' => nil,
- '-On' => nil,
'-OU' => nil
}.freeze
VALUES = {
no_check_increasing: {