We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ac99c commit 9b3fff6Copy full SHA for 9b3fff6
README.md
@@ -1,10 +1,11 @@
1
## check_snmp
2
#### Python script that checks components status against Dell or HPE servers with snmpwalk command
3
4
-Usage: `check_snmp.py [-h] [-r] host`
+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.
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