Hi,
My windows agent refuses to send alert when the server run out of disk space, but the agent is working correctly, it report alert on other items
Also this doesnt work either. (return nothing)
zabbix_get.exe -s frbackup -k proc.num[]
zabbix_get.exe -s frbackup -k system[procrunning]
I've got the same problem on all windows servers I manage, the weird thing is : If I have a look in retrieved values on the server, that's fine, they look good.
Also the server is managing many other linux servers and all the alerts are sent correctly (including disk space)
So from my diagnostic : the agent is working as it report correct values
The server the same coz it send emails and alerts correctly for the rest of the fleet.
The trigger is vfs.fs.size[d:,free].last(0)}<100 (I reduced the last number on purpose as a test)
By the way is there another way like the perf_counter to monitor the disk space ?
Thanks for your ideas
My windows agent refuses to send alert when the server run out of disk space, but the agent is working correctly, it report alert on other items
Also this doesnt work either. (return nothing)
zabbix_get.exe -s frbackup -k proc.num[]
zabbix_get.exe -s frbackup -k system[procrunning]
I've got the same problem on all windows servers I manage, the weird thing is : If I have a look in retrieved values on the server, that's fine, they look good.
Also the server is managing many other linux servers and all the alerts are sent correctly (including disk space)
So from my diagnostic : the agent is working as it report correct values
The server the same coz it send emails and alerts correctly for the rest of the fleet.
The trigger is vfs.fs.size[d:,free].last(0)}<100 (I reduced the last number on purpose as a test)
By the way is there another way like the perf_counter to monitor the disk space ?
Thanks for your ideas
Comment