Hey, i want to disable all the notifications for the docker containers that runs on my machine, except the network, for it i want to be example: if using 100mb for more than 5 minutes it will send a notification
Yeah i want the alarms for the machine itself to be on, and disable the alarms for the docker containers (except the network in the containers, and that will be on timer, if container is using 100mb for 5 minutes, it will send an alarm)
If you want to disable alarms for docker container network interfaces, you need to set families: !net* * in every alarm in health.d/net.conf configuration file (you can use /etc/netdata/edit-config health.d/net.conf).
If you need to disable all other alarms for cgroups, set hosts: !* in cgroups.conf.