You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,8 @@ For example `check_snmp.py -r -f 192.168.1.120`
23
23
By default SNMP version **v2c** and community string **public** will be used. Different values can be specified with `-v` and `-c` respectively.
24
24
The script will decide the manufacturer based on the OID returned on a initial call to snmpgetnext.
25
25
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.**
28
28
29
29
The mibs folder contains lots of MIB files downloaded from Dell and HPE websites, also the ones downloaded by `snmp-mibs-downloader`.
30
30
Only a few are used by the script. The rest are kept for completeness. Also they are no so big.
0 commit comments