I have Netdata 1.45 running in a Docker on my units. I have followed the documentation to the ebs too my ability however a test alert I am setting up to alert me when the bandwidth usage of our system goes over a certain amount does not appear to be working. Perhaps someone can shed some light?
I did the following:
-touch health.d/custom.conf
-./edit-config health.d/custom.conf
Pasted in:
template: mainheads|system_net|1_3512eb07-ff49-4d1b-9e3a-9abfab591873
on: mainheads|system.net|1
lookup: average -5m
every: 60s
crit: $this > (85)
warn: $this > (.015)
info: Test
to: sysadmin
Then I did a
netdatacli reload-health
and I still don’t see an alert. I imagine I have set this low enough to see an alert with pretty much any traffic. Also, it’s important to note that I got most of the alert text from the new alert config GUI by clicking the alarm symbol next to the metric I was interested in.
Other alerts are present on the system (presumably from the default set) however this one is not added.