summaryrefslogtreecommitdiffstats
path: root/src/health/health.d/anomalies.conf
blob: 80d63bb8defc7414771c58af7e2ff645656cddab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## 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