Skip to content

Commit 5d9c5d9

Browse files
committed
updates
1 parent 519e7fc commit 5d9c5d9

File tree

1 file changed

+6
-0
lines changed
  • helix-control-m/2-external-monitoring-tools-examples/alerts-to-snmp

1 file changed

+6
-0
lines changed

helix-control-m/2-external-monitoring-tools-examples/alerts-to-snmp/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ Before using the script, update the following variables:
3232
3333
- The "snmptrap" command line is then completed by adding all the alert fields, passed as the payload of the trap. Each of them include the specific `OID`, the `type` ("s" for string) and the `value`.
3434
35+
- This is an example of the "snmptrap" command line created by the script (showing only the first 2 alert fields - out of 21):
36+
37+
```
38+
snmptrap -v 1 -c public mysnmphost 1.3.6.1.4.1.1031.9.1 '' 6 10 '' 1.3.6.1.4.1.1031.9.1.1 s I 1.3.6.1.4.1.1031.9.1.2 s 25101 [...]
39+
```
40+
3541
- This is an example of all the data and details from the generated SNMP v1 trap:
3642
3743
```

0 commit comments

Comments
 (0)