Skip to content

Commit 9b3fff6

Browse files
author
Carl Chang
authored
Update README.md
1 parent 24ac99c commit 9b3fff6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
## check_snmp
22
#### Python script that checks components status against Dell or HPE servers with snmpwalk command
33

4-
Usage: `check_snmp.py [-h] [-r] host`
4+
Usage: `check_snmp.py [-h] [-v VERSION] [-c COMMUNITY] [-r] host`
55

66
For example `check_snmp.py -r 192.168.1.120`
77

8+
By default SNMPv2c and community string public will be used. Different values can be specified with `-v` and `-c` respectively.
89
The script will decide the manufacturer based on the OID returned on a initial call to snmpgetnext.
910

1011
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

Comments
 (0)