WebSphere:*,type=
MBean
SNMP mbean
Operation Summary | |
| sendSnmpTrapHealthViolation( Send an SNMP trap for a health policy violation. |
| sendSnmpTrapHealthViolation( Send an SNMP trap for a health policy violation. |
| sendSnmpTrapAutomaticAction( Send an SNMP trap for an automatic action. |
Operation Detail |
public sendSnmpTrapHealthViolation( healthPolicy,
entityType,
entityName
)
healthPolicy
-
The name of the health policy.entityType
-
The type of entity which violated the health policy (e.g. cell, cluster, server).entityName
-
The name of the entity which violated the health policy (e.g. for a server, myCell/myNode/myServer).
public sendSnmpTrapHealthViolation( healthPolicy,
detectionTime,
entityType,
entityName
)
healthPolicy
-
The name of the health policy.detectionTime
-
The time that the health policy violation was detected.entityType
-
The type of entity which violated the health policy (e.g. cell, cluster, server).entityName
-
The name of the entity which violated the health policy (e.g. for a server, myCell/myNode/myServer).
public sendSnmpTrapAutomaticAction( actionName,
entityType,
entityName
)
actionName
-
The name of the automatic action.entityType
-
The type of entity on which the automatic action was performed (e.g. cell, cluster, server).entityName
-
The name of the entity on which the automatic action was performed (e.g. for a server, myCell/myNode/myServer).