Package | Description |
---|---|
org.graylog2.alarmcallbacks | |
org.graylog2.alerts |
Modifier and Type | Method and Description |
---|---|
static AlarmCallbackHistory |
AlarmCallbackHistoryImpl.create(String id,
AlarmCallbackConfiguration alarmCallbackConfiguration,
Alert alert,
AlertCondition alertCondition,
AlarmCallbackResult result) |
static AlarmCallbackHistory |
AlarmCallbackHistoryImpl.create(String id,
AlarmCallbackConfiguration alarmCallbackConfiguration,
Alert alert,
AlertCondition alertCondition,
AlarmCallbackResult result,
org.joda.time.DateTime createdAt) |
AlarmCallbackHistory |
AlarmCallbackHistoryServiceImpl.error(AlarmCallbackConfiguration alarmCallbackConfiguration,
Alert alert,
AlertCondition alertCondition,
String error) |
AlarmCallbackHistory |
AlarmCallbackHistoryService.error(AlarmCallbackConfiguration alarmCallbackConfiguration,
Alert alert,
AlertCondition alertCondition,
String error) |
AlarmCallbackHistory |
AlarmCallbackHistoryServiceImpl.success(AlarmCallbackConfiguration alarmCallbackConfiguration,
Alert alert,
AlertCondition alertCondition) |
AlarmCallbackHistory |
AlarmCallbackHistoryService.success(AlarmCallbackConfiguration alarmCallbackConfiguration,
Alert alert,
AlertCondition alertCondition) |
Modifier and Type | Class and Description |
---|---|
class |
AlertImpl |
Modifier and Type | Method and Description |
---|---|
Alert |
AlertServiceImpl.factory(AlertCondition.CheckResult checkResult) |
Alert |
AlertService.factory(AlertCondition.CheckResult checkResult) |
Alert |
AlertServiceImpl.load(String alertId,
String streamId) |
Alert |
AlertService.load(String alertId,
String streamId) |
Alert |
AlertServiceImpl.resolveAlert(Alert alert) |
Alert |
AlertService.resolveAlert(Alert alert) |
Modifier and Type | Method and Description |
---|---|
Optional<Alert> |
AlertServiceImpl.getLastTriggeredAlert(String streamId,
String conditionId) |
Optional<Alert> |
AlertService.getLastTriggeredAlert(String streamId,
String conditionId) |
List<Alert> |
AlertServiceImpl.listForStreamId(String streamId,
int skip,
int limit) |
List<Alert> |
AlertService.listForStreamId(String streamId,
int skip,
int limit) |
List<Alert> |
AlertServiceImpl.listForStreamIds(List<String> streamIds,
Alert.AlertState state,
int skip,
int limit) |
List<Alert> |
AlertService.listForStreamIds(List<String> streamIds,
Alert.AlertState state,
int skip,
int limit) |
List<Alert> |
AlertServiceImpl.loadRecentOfStream(String streamId,
org.joda.time.DateTime since,
int limit) |
List<Alert> |
AlertService.loadRecentOfStream(String streamId,
org.joda.time.DateTime since,
int limit) |
List<Alert> |
AlertServiceImpl.loadRecentOfStreams(List<String> streamIds,
org.joda.time.DateTime since,
int limit) |
List<Alert> |
AlertService.loadRecentOfStreams(List<String> streamIds,
org.joda.time.DateTime since,
int limit) |
Modifier and Type | Method and Description |
---|---|
boolean |
AlertServiceImpl.isResolved(Alert alert) |
boolean |
AlertService.isResolved(Alert alert) |
Alert |
AlertServiceImpl.resolveAlert(Alert alert) |
Alert |
AlertService.resolveAlert(Alert alert) |
String |
AlertServiceImpl.save(Alert alert) |
String |
AlertService.save(Alert alert) |
void |
AlertNotificationsSender.send(AlertCondition.CheckResult result,
Stream stream,
Alert alert,
AlertCondition alertCondition) |
boolean |
AlertServiceImpl.shouldRepeatNotifications(AlertCondition alertCondition,
Alert alert) |
boolean |
AlertService.shouldRepeatNotifications(AlertCondition alertCondition,
Alert alert) |
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.