Skip to content

Commit 32dbbda

Browse files
committed
updates
1 parent 31350cd commit 32dbbda

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ Before using the script, update the following variables:
2828
2929
- The script sends all the alert fields received from Helix Control-M in the SNMP trap, including the "*notes*" field. Refer to the ["Alerts Template reference"](https://docs.bmc.com/docs/saas-api/alerts-template-reference-1144242602.html)) for more details.
3030
31-
- 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`.
32-
3331
- This is an example of the "snmptrap" command line created by the script (showing only the first 2 alert fields - out of 21):
3432
3533
```
@@ -38,6 +36,8 @@ Before using the script, update the following variables:
3836
3937
- The SNMP v1 trap definition in the "snmptrap" command line contains the `community` ("public"), the destination `host`, the `enterprise-OID` (as defined in the MIB file), the `agent` (IP address of the system generating the trap, empty to use the default value), the `generic-trap` number ("6" for traps defined in a custom MIB file), the `specific-trap` ("10" as defined in the MIB file for the TRAP-TYPE macro) and the `sysUpTime` of the generating application (empty to use the system generated value).
4038
39+
- 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`.
40+
4141
- This is an example of all the data and details from the generated SNMP v1 trap:
4242
4343
```

0 commit comments

Comments
 (0)