We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b3fff6 commit 53d2b43Copy full SHA for 53d2b43
README.md
@@ -5,7 +5,7 @@ Usage: `check_snmp.py [-h] [-v VERSION] [-c COMMUNITY] [-r] host`
5
6
For example `check_snmp.py -r 192.168.1.120`
7
8
-By default SNMPv2c and community string public will be used. Different values can be specified with `-v` and `-c` respectively.
+By default SNMP version **v2c** and community string **public** will be used. Different values can be specified with `-v` and `-c` respectively.
9
The script will decide the manufacturer based on the OID returned on a initial call to snmpgetnext.
10
11
The mibs folder contains lots of MIB files downloaded from Dell and HPE websites, also the ones downloaded by `snmp-mibs-downloader`.
0 commit comments