Hello all,
Maybe I am ever so slightly dumb, but I cannot find how to make LLD, Item prototypes work with Windows Performance Counters.
Now, LLD and item prototypes work flawlessly with Zabbix native items such as:
But things break down with Windows Performance Counters such as LogicalDisk(Instance)\Disk Reads/sec :
What I have found is that the {#FSNAME} carries over a value with a backslash, which works fine with the Zabbix native items but breaks with Windows Perf Counters since the instances do not use backslashes. Just a letter and a colon.
Am I wrong? If not, should I open a bug in the tracker?
Thanks.
QL
Maybe I am ever so slightly dumb, but I cannot find how to make LLD, Item prototypes work with Windows Performance Counters.
Now, LLD and item prototypes work flawlessly with Zabbix native items such as:
Code:
vfs.fs.size[{#FSNAME},free]
Code:
perf_counter[\236({#FSNAME})\214]
Am I wrong? If not, should I open a bug in the tracker?
Thanks.
QL
Comment