Hello guys, I received alert from a Host of Disk Space > 20% , I need lower the percent to 5% , looking in the template OS Windows by Zabbix agent in the Trigger for Disk Space I see this expression:
{STA12:vfs.fs.size[D:,pused].last()}>{$VFS.FS.PUSED.MAX.CRIT:"D:"} and
(({STA12:vfs.fs.size[D:,total].last()}-{STA12:vfs.fs.size[D:,used].last()})<5G or {STA12:vfs.fs.size[D:,pused].timeleft(1h,,100)}<1d)
I thing the problem is the value in {$VFS.FS.PUSED.MAX.CRIT:"D:"} but I don't the minimal ideia where I set the value of this item .
Somebody can help me ?
{STA12:vfs.fs.size[D:,pused].last()}>{$VFS.FS.PUSED.MAX.CRIT:"D:"} and
(({STA12:vfs.fs.size[D:,total].last()}-{STA12:vfs.fs.size[D:,used].last()})<5G or {STA12:vfs.fs.size[D:,pused].timeleft(1h,,100)}<1d)
I thing the problem is the value in {$VFS.FS.PUSED.MAX.CRIT:"D:"} but I don't the minimal ideia where I set the value of this item .
Somebody can help me ?
Comment