Hello community and happy new year 2023,
I'm running Zabbix 5.0 to monitor some Linux (CentOS7, Almalinux8) hosts using the default template (Template OS Linux by Zabbix agent).
It's monitoring disk usage and the "mounted filesystem discovery rule" is creating items per filesystem and triggers like :
where $VFS.FS.PUSED.MAX.CRIT is a macro set by default to 90.
So, I'm receiving a critical alert when one of my filesytems is reaching 90% of usage.
Now, I have on some hosts a /data filesystem that is 1TB.
On this specific filesystem, I'd like to adjust the trigger to receive an alert only if the available disk space is less than 20 Gb.
How can I do to easily set this alert to 98% of disk usage without changing all the thresholds of the other filesystems ?
Thanks for your help !
I'm running Zabbix 5.0 to monitor some Linux (CentOS7, Almalinux8) hosts using the default template (Template OS Linux by Zabbix agent).
It's monitoring disk usage and the "mounted filesystem discovery rule" is creating items per filesystem and triggers like :
| Mounted filesystem discovery: /tmp: Disk space is critically low (used > {$VFS.FS.PUSED.MAX.CRIT:"/tmp"}%) |
So, I'm receiving a critical alert when one of my filesytems is reaching 90% of usage.
Now, I have on some hosts a /data filesystem that is 1TB.
On this specific filesystem, I'd like to adjust the trigger to receive an alert only if the available disk space is less than 20 Gb.
How can I do to easily set this alert to 98% of disk usage without changing all the thresholds of the other filesystems ?
Thanks for your help !
I think my problem is solved now.
Comment