Hi,
I'm just in the process of setting up Zabbix (version 2.2.3), and have come across an issue that I'm hoping someone can help with.
I'd like to monitor free disk space on a number of Windows machines, each with different logical disks (i.e. all have C:\, some have D:\, some have E:\ etc.). The issue is that I don't want to specify the logical disk(s) per machine as this would take a lot of time and was wondering if it was possible to monitor disk space on each logical volume without specifying the letter?
At the moment I have the item defined as
And the trigger defined as
If anyone can provide a solution or point me in the right direction that would be great.
Thanks,
Chris
I'm just in the process of setting up Zabbix (version 2.2.3), and have come across an issue that I'm hoping someone can help with.
I'd like to monitor free disk space on a number of Windows machines, each with different logical disks (i.e. all have C:\, some have D:\, some have E:\ etc.). The issue is that I don't want to specify the logical disk(s) per machine as this would take a lot of time and was wondering if it was possible to monitor disk space on each logical volume without specifying the letter?
At the moment I have the item defined as
Code:
perf_counter[\LogicalDisk(C:)\% Free Space,0]
Code:
{HOSTNAME:perf_counter[\LogicalDisk(C:)\% Free Space,0].avg(300)}<15
Thanks,
Chris
Comment