Create an SNMP trap action
- Last Updated: March 30, 2020
- 3 minute read
- OpenEdge
- Version 12.2
- Documentation
You use the Simple Network Management Protocol (SNMP) trap action if you want OpenEdge Management resource-related event notifications to be sent to your SNMP management console. You define properties to send event notifications, referred to as traps, to SNMP management consoles such as BMC's PATROL Enterprise Manager Connect SNMP and Tivoli Enterprise Console.
The SNMP trap action generates an asynchronous message to an SNMP management console.
Note the following information about SNMP trap actions:
- To define SNMP trap actions, you must have previously installed the OpenEdge Management SNMP Adapter product. You must also define the OpenEdge Management SNMP Adapter option on the OpenEdge Management Configuration page.
- Since OpenEdge supports SNMP versions 2c and 3, the SNMP trap action properties are set based on the SNMP version.
- All OpenEdge Management-specific SNMP variables and tables are located in the OpenEdge
Management Information Base (MIB). The MIB file,
PSC-FM-MIB.txt, is located in the config directory of your OpenEdge Management installation folder. By default, this location is Progress\oemgmt\config.Review the contents of this file and focus specifically on the
fmalertTable, which contains information specific to each alert. The alert ID information in this file allows you to understand the contents of this table.The following table contains two examples that show how you can obtain alert details from the
fmalertTable.
| To obtain an alert reason associated with Alert ID . . . | Issue an SNMP GET request using this Object Identifier (OID) . . . |
|---|---|
| 3 | 1.3.6.1.4.1.1730.1.2.1.1.6.1.6.3 |
| 4 | 1.3.6.1.4.1.1730.1.2.1.1.6.1.6.4 |
For more information about the SNMP Adapter and its configuration, refer to the Changing the OpenEdge Management SNMP Adapter settings topic set in Introduction to OpenEdge Management . For information about initiating SNMP GET requests from an SNMP agent, see the SNMP documentation for your particular SNMP management console product.
To create an SNMP Trap Action: