Alerts
From jManageYou can configure alerts in jManage for MBean notifications and also for MBean attribute value thresholds. Alerts can be delivered to the jManage console or to an email address. The following figure shows an example of an alert for the java.management.memory.threshold.exceeded notification.
Alert delivery can be customized by extending the org.jmanage.core.alert.AlertDelivery interface and configuring this interface in alert-config.xml. You will also need to put your custom delivery classes in a jar and put them in JMANAGE_HOME/lib directory. See org.jmanage.core.alert.delivery.EmailDelivery for an example. |
