Hey Guys,
We've deployed docker on all of our host systems some days ago. Unfortunately docker mounts the disk in a different path again (/var/lib/docker/overlay2, /var/lib/docker/plugins)
Zabbix finds these mounts with it's low level discovery and monitors them.
To prevent zabbix from doing that I've created a global regular expression:

Then I've added this global regular expression to the filter rule for the mounted file system discovery:

So far so good.
The mounted file system discovery is part of a template which is linked to several host groups. These groups have hosts.
After some days troubleshooting why my filter does not work I discovered that the hosts don't use my updated filter.

This is the setting of one of my hosts which uses the template with the updated filter.
Here I see that it does not update.
Long story short, I don't know why my changes to the discovery rules of the template aren't applied to the hosts.
I've found some topics that say, that I have to clone the template and readd it.
Basically I don't know if I did that correct, anyway it did not work
I'm using Zabbix 3.4.3 on Ubuntu 16.04 Xenial LTS
Thanks for help.
We've deployed docker on all of our host systems some days ago. Unfortunately docker mounts the disk in a different path again (/var/lib/docker/overlay2, /var/lib/docker/plugins)
Zabbix finds these mounts with it's low level discovery and monitors them.
To prevent zabbix from doing that I've created a global regular expression:

Then I've added this global regular expression to the filter rule for the mounted file system discovery:

So far so good.
The mounted file system discovery is part of a template which is linked to several host groups. These groups have hosts.
After some days troubleshooting why my filter does not work I discovered that the hosts don't use my updated filter.

This is the setting of one of my hosts which uses the template with the updated filter.
Here I see that it does not update.
Long story short, I don't know why my changes to the discovery rules of the template aren't applied to the hosts.
I've found some topics that say, that I have to clone the template and readd it.
Basically I don't know if I did that correct, anyway it did not work

I'm using Zabbix 3.4.3 on Ubuntu 16.04 Xenial LTS
Thanks for help.
Comment