WebSphere:*,type=SNMP
MBean SNMP
SNMP mbean
Operation Summary | |
---|---|
void | sendSnmpTrapHealthViolation( Send an SNMP trap for a health policy violation. |
void | sendSnmpTrapHealthViolation( Send an SNMP trap for a health policy violation. |
void | sendSnmpTrapAutomaticAction( Send an SNMP trap for an automatic action. |
Operation Detail |
---|
public void sendSnmpTrapHealthViolation(java.lang.String healthPolicy,
java.lang.String entityType,
java.lang.String 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 void sendSnmpTrapHealthViolation(java.lang.String healthPolicy,
java.lang.Long detectionTime,
java.lang.String entityType,
java.lang.String 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 void sendSnmpTrapAutomaticAction(java.lang.String actionName,
java.lang.String entityType,
java.lang.String 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).