Data in an Alerting Trap
The data from each row in the report’s table is packed into a single SNMP trap as follows:
ObjectId COLUMN_OID_PREFIX + .0 | Contains the saved report instance name, such as Job Summary |
ObjectId COLUMN_OID_PREFIX + .1 | Column 1 data |
ObjectId COLUMN_OID_PREFIX + .2 | Column 2 data |
ObjectId COLUMN_OID_PREFIX + .n | Each column’s data is included |
Example of a Job Summary Alerting Trap
In the following example, a Job Summary report was generated for All Backups with an Event Status of Failed. This report was then filtered on Type equals Full Backup. A sample of the saved report instance is shown below.
For the above example, the data is delivered in the trap as follows:
ObjectId COLUMN_OID_PREFIX + .0 contains the saved report instance name—Failed Full Backups
ObjectId COLUMN_OID_PREFIX + .1 contains the Client
ObjectId COLUMN_OID_PREFIX + .2 contains the Server
ObjectId COLUMN_OID_PREFIX + .3 contains the Product