The SystemEDGE agent provides several default parameters to action commands when they are invoked. These parameters are in addition to any parameters you specify in the action string, and they are passed on the command line after those that you specify. The default action parameters are the same as the parameters provided in the SNMP traps that the agent sends for the Self Monitor table.
Note: You can prevent the agent from including these action parameters in the command by setting the 0x00000020 flag in the table entry.
The following list describes the default parameters for Self Monitor table actions:
Defines the type of trap being sent, such as ntEventMonNotReadyTrap or ntEventMonMatchTrap.
Defines the description from the table entry.
Defines the OID from the table entry.
Defines the current value from the table entry.
Defines the value being monitored from the table entry.
Defines the current row status for the table entry.
Defines the operator being used from the table entry. The value passed to the action script is the numeric representation of the actual operator. For example, if the operator is >, the value passed to the action script is 2.
Defines the index from the table entry.
Defines the flags associated with the table entry. The value passed to the action script is in base 16 (hexadecimal) notation with a leading 0x to indicate that it is a hexadecimal number (for example, 0x00000020).
Defines the object class of the table entry.
Defines the object instance of the table entry.
Defines the object attribute of the table entry.
Defines the current state of the table entry.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |