Skip to content

Commit 2a19679

Browse files
author
Carl Chang
authored
Update README.md
1 parent 4aa0383 commit 2a19679

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ For example `check_snmp.py -r -f 192.168.1.120`
2323
By default SNMP version **v2c** and community string **public** will be used. Different values can be specified with `-v` and `-c` respectively.
2424
The script will decide the manufacturer based on the OID returned on a initial call to snmpgetnext.
2525

26-
The script will load configurations from file `config_default.json` in the same directory by default.
27-
If you won't specify another config file, keep the default one in the same directory as the script.
26+
The script will load configurations from file `config_default.json` in the same directory by default. It is possible to pass a custom config file with the correct format to tune the output as you wish.
27+
**If you won't specify another config file, keep the default one in the same directory as the script.**
2828

2929
The mibs folder contains lots of MIB files downloaded from Dell and HPE websites, also the ones downloaded by `snmp-mibs-downloader`.
3030
Only a few are used by the script. The rest are kept for completeness. Also they are no so big.

0 commit comments

Comments
 (0)