Hi everyone,
I'm running a Zabbix 5.2.4 which is working pretty fine.
I'm using VMware template with VMware guest mounted filesystem discovery.
Everything is up and running but by default there isn't any trigger on available space on every partition.
So, I've just added the following trigger in the VMware Guest template :
As you can see I check % free space and available free space.
The problem is that it seems to work on linux VM but not on Windows VM, I get this error :
Invalid expression [{79508}<{$VFS.FS.PFREE.MAX.WARN:"C:"} and (({79509}-{79510})<10G)]
I define "$VFS.FS.PFREE.MAX.WARN" as new macro on VMware guest template.
I'm pretty lost, does anyone got any idea ?
(BTW, I create graphs of disk space and they work fine on every Windows VM)
Thx !
I'm running a Zabbix 5.2.4 which is working pretty fine.
I'm using VMware template with VMware guest mounted filesystem discovery.
Everything is up and running but by default there isn't any trigger on available space on every partition.
So, I've just added the following trigger in the VMware Guest template :
Code:
{VMware Guest:vmware.vm.vfs.fs.size[{$VMWARE.URL},{$VMWARE.VM.UUID},{#FSNAME},pfree].last()}<{$VFS.FS.PFREE.MAX.WARN:"{#FSNAME}"}
and
(({VMware Guest:vmware.vm.vfs.fs.size[{$VMWARE.URL},{$VMWARE.VM.UUID},{#FSNAME},total].last()}-{VMware Guest:vmware.vm.vfs.fs.size[{$VMWARE.URL},{$VMWARE.VM.UUID},{#FSNAME},used].last()})<10G)
The problem is that it seems to work on linux VM but not on Windows VM, I get this error :
Invalid expression [{79508}<{$VFS.FS.PFREE.MAX.WARN:"C:"} and (({79509}-{79510})<10G)]
I define "$VFS.FS.PFREE.MAX.WARN" as new macro on VMware guest template.
I'm pretty lost, does anyone got any idea ?
(BTW, I create graphs of disk space and they work fine on every Windows VM)
Thx !
Comment