summaryrefslogtreecommitdiffstats
path: root/health/health.d/anomalies.conf
diff options
context:
space:
mode:
Diffstat (limited to 'health/health.d/anomalies.conf')
-rw-r--r--health/health.d/anomalies.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/health/health.d/anomalies.conf b/health/health.d/anomalies.conf
index a2d248efe..c4c96eaf9 100644
--- a/health/health.d/anomalies.conf
+++ b/health/health.d/anomalies.conf
@@ -1,17 +1,17 @@
# raise a warning alarm if an anomaly probability is consistently above 50%
-template: anomaly_probabilities
+template: anomalies_anomaly_probabilities
on: anomalies.probability
lookup: average -2m foreach *
every: 1m
warn: $this > 50
- info: average anomaly probability > 50% for last 2 minutes
+ info: average anomaly probability over the last 2 minutes
# raise a warning alarm if an anomaly flag is consistently firing
-template: anomaly_flags
+template: anomalies_anomaly_flags
on: anomalies.anomaly
lookup: sum -2m foreach *
every: 1m
warn: $this > 10
- info: count of anomalies > 10 for last 2 minutes
+ info: number of anomalies in the last 2 minutes