Zabbix 3.4 on RHEL 7.
1. I have created a new fs discovery rule "vfs.fs.discovery" with regex inclusive list of FSTYPE and exclusion of certain FS
2. created 2 item prototypes "Free disk space on {#FSNAME} (percentage)" and "Free inodes on {#FSNAME} (percentage)"
3. created trigger prototypes for FS utilisation
4. works fine until here
My requirement is to monitor inode utilisation for certain FSTYPE (ext and xfs) only. Please let me know how to achieve this?
I have to monitor all the FSTYPE from discovery for FS utilisation, however only certain FSTYPE (ext and xfs) for inode utilisation. I have explored the options available from zabbix documentation, but unable to figure out a way as "macro context" only enables custom thresholds based on fsname.
Thanks.
1. I have created a new fs discovery rule "vfs.fs.discovery" with regex inclusive list of FSTYPE and exclusion of certain FS
2. created 2 item prototypes "Free disk space on {#FSNAME} (percentage)" and "Free inodes on {#FSNAME} (percentage)"
3. created trigger prototypes for FS utilisation
4. works fine until here
My requirement is to monitor inode utilisation for certain FSTYPE (ext and xfs) only. Please let me know how to achieve this?
I have to monitor all the FSTYPE from discovery for FS utilisation, however only certain FSTYPE (ext and xfs) for inode utilisation. I have explored the options available from zabbix documentation, but unable to figure out a way as "macro context" only enables custom thresholds based on fsname.
Thanks.
Comment