Hello,
I am new to Zabbix and haven't quite yet hit the sweet spot for us. For an example we have a trigger that checks the available disk space on a harddrive. It triggers if the available space is 15% or less than 15%
It looks like this
Our problem is when hosts are pending between 15-16% available space and it causes a lot of alerts. How would one go about to tackle this?
I am new to Zabbix and haven't quite yet hit the sweet spot for us. For an example we have a trigger that checks the available disk space on a harddrive. It triggers if the available space is 15% or less than 15%
It looks like this
Code:
last(/Template/vfs.fs.size[/,pfree])<={$DISK.SPACE.WARN}
Comment