Skip to content

Commit 06887dc

Browse files
authored
docs(snmp): update README
Fixed Typos in "Parameter Mapping snmpget vs. this Plugin"
1 parent 9d34795 commit 06887dc

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

check-plugins/snmp/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -269,18 +269,18 @@ In the last three lines of this example we simply calculate "NIC.1 Traffic" as a
269269

270270
| `snmpget` | This check |
271271
|-----------------|----------------------------------------------------------|
272-
| `-v 1|2c|3` | `--snmpversion {1,2c,3}` |
272+
| `-v 1|2c|3` | `--snmp-version {1,2c,3}` |
273273
| `-c COMMUNITY` | `--community COMMUNITY` |
274-
| `-a PROTOCOL` | `--v3authprot {MD5,SHA,SHA-224,SHA-256,SHA-384,SHA-512}` |
275-
| `-A PASSPHRASE` | `--v3authprotpassword V3AUTHPROTPASSWORD` |
276-
| `-e ENGINE-ID` | `--v3securityengineid V3SECURITYENGINEID` |
277-
| `-E ENGINE-ID` | `--v3contextengineid V3CONTEXTENGINEID` |
278-
| `-l LEVEL` | `--v3level {noAuthNoPriv,authNoPriv,authPriv}` |
279-
| `-n CONTEXT` | `--v3context V3CONTEXT` |
280-
| `-u USER-NAME` | `--v3username V3USERNAME` |
281-
| `-x PROTOCOL` | `--v3privprot {DES,AES,AES-192,AES-256}` |
282-
| `-X PASSPHRASE` | `--v3privprotpassword V3PRIVPROTPASSWORD` |
283-
| `-Z BOOTS,TIME` | `--v3bootstime V3BOOTSTIME` |
274+
| `-a PROTOCOL` | `--v3-auth-prot {MD5,SHA,SHA-224,SHA-256,SHA-384,SHA-512}` |
275+
| `-A PASSPHRASE` | `--v3-auth-prot-password V3AUTHPROTPASSWORD` |
276+
| `-e ENGINE-ID` | `--v3-security-engine-id V3SECURITYENGINEID` |
277+
| `-E ENGINE-ID` | `--v3-context-engine-id V3CONTEXTENGINEID` |
278+
| `-l LEVEL` | `--v3-level {noAuthNoPriv,authNoPriv,authPriv}` |
279+
| `-n CONTEXT` | `--v3-context V3CONTEXT` |
280+
| `-u USER-NAME` | `--v3-username V3USERNAME` |
281+
| `-x PROTOCOL` | `--v3-priv-prot {DES,AES,AES-192,AES-256}` |
282+
| `-X PASSPHRASE` | `--v3-priv-prot-password V3PRIVPROTPASSWORD` |
283+
| `-Z BOOTS,TIME` | `--v3-boots-time V3BOOTSTIME` |
284284
| `-r RETRIES` | hard-coded to `0` |
285285
| `-t TIMEOUT` | `-t TIMEOUT`, `--timeout TIMEOUT` |
286286
| `-m MIB[:...]` | `--mib MIB` |

0 commit comments

Comments
 (0)