I had this item / trigger setup in an older version of zabbix (4.4)
item expression
trigger expression
{Windows by Zabbix agent:vfs.fs.size[c:,pfree].last(0)}<5
that used to alert when a machine is down to 5% free space. I can add the item into the existing template I have applied to all my windows machines (Windows by Zabbix agent) but the trigger says the expression is incorrect. Did Zabbix change how it does expressions for low disk?
item expression
| vfs.fs.size[c:,pfree] |
trigger expression
{Windows by Zabbix agent:vfs.fs.size[c:,pfree].last(0)}<5
that used to alert when a machine is down to 5% free space. I can add the item into the existing template I have applied to all my windows machines (Windows by Zabbix agent) but the trigger says the expression is incorrect. Did Zabbix change how it does expressions for low disk?
Comment