| Package | Description |
|---|---|
| net.anotheria.moskito.core.threshold.alerts | |
| net.anotheria.moskito.core.threshold.alerts.notificationprovider |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ThresholdAlert> |
AlertHistory.getAlerts()
Returns the alerts sofar.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AlertHistory.addAlert(ThresholdAlert alert)
Adds a new alert.
|
void |
AlertDispatcher.dispatchAlert(ThresholdAlert alert)
Dispatch alert to the notification providers via
|
void |
NotificationProvider.onNewAlert(ThresholdAlert alert)
Called whenever a new alert has been created in the system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogFileNotificationProvider.onNewAlert(ThresholdAlert alert) |
void |
SyserrNotificationProvider.onNewAlert(ThresholdAlert alert) |
void |
SysoutNotificationProvider.onNewAlert(ThresholdAlert alert) |
Copyright © 2010-2020 anotheria.net. All Rights Reserved.