Hi.
I've googled around and seems an old topic, but couldn't find the correct way to handle it.
I'd like to monitor an ISPConfig host which has a *lot* of bind mount points for local directories. Like this (from mtab):
I found I should change the "File system auto discovery" rule in order to exclude mount types I'd like to remove. So this is the default regexp in Zabbix 2.2:
which should already exclude bind mounts, which have mount type=none. In fact if I make a test with the regexp tester built into Zabbix webui the none value returns FALSE.
So why is it still showing all those mountpoints?
thanks
I've googled around and seems an old topic, but couldn't find the correct way to handle it.
I'd like to monitor an ISPConfig host which has a *lot* of bind mount points for local directories. Like this (from mtab):
Code:
/var/log/ispconfig/httpd/domain.com /var/www/clients/client207/web243/log none rw,bind 0 0
Code:
^(btrfs|ext2|ext3|ext4|jfs|reiser|xfs|ffs|ufs|jfs|jfs2|vxfs|hfs|ntfs|fat32|zfs)$
So why is it still showing all those mountpoints?
thanks

Comment