Hi,
I'm using the latest beta of Zabbix which is great! However I'm using lots of performance monitors on Windows, and its a pain manually editing the zabbix agent config to customise it to each server its deployed on.
For example, with network statistics I have this line in the agent config:
...so each time I want to monitor a network interface on a server I have to customise this line to the name of the NIC.
My question is: is it possible to specify a wildcard in the perfcounter above to select data from all network interfaces, then specify in the Zabbix web interface which one I wish to have stats on? For example like CPU you can have cpu_util[0]?
I hope this make sense!
Thanks!
John
I'm using the latest beta of Zabbix which is great! However I'm using lots of performance monitors on Windows, and its a pain manually editing the zabbix agent config to customise it to each server its deployed on.
For example, with network statistics I have this line in the agent config:
Code:
PerfCounter = NetIn5,"\Network Interface(HP NC7770 Gigabit Server Adapter)\Bytes Received/sec",5
My question is: is it possible to specify a wildcard in the perfcounter above to select data from all network interfaces, then specify in the Zabbix web interface which one I wish to have stats on? For example like CPU you can have cpu_util[0]?
I hope this make sense!
Thanks!
John