diff options
Diffstat (limited to 'src/health/health.d/anomalies.conf')
-rw-r--r-- | src/health/health.d/anomalies.conf | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/health/health.d/anomalies.conf b/src/health/health.d/anomalies.conf deleted file mode 100644 index 80d63bb8d..000000000 --- a/src/health/health.d/anomalies.conf +++ /dev/null @@ -1,25 +0,0 @@ -## raise a warning alarm if an anomaly probability is consistently above 50% - -## "foreach" was removed, these alarms don't work anymore - -# template: anomalies_anomaly_probabilities -# on: anomalies.probability -# class: Errors -# type: Netdata -#component: ML -# lookup: average -2m foreach * -# every: 1m -# warn: $this > 50 -# info: average anomaly probability over the last 2 minutes - -# raise a warning alarm if an anomaly flag is consistently firing - -# template: anomalies_anomaly_flags -# on: anomalies.anomaly -# class: Errors -# type: Netdata -#component: ML -# lookup: sum -2m foreach * -# every: 1m -# warn: $this > 10 -# info: number of anomalies in the last 2 minutes |