2

I was thinking of instead sending data to Zabbix Trapper I could send to Windows Performance monitor and then capture it using Zabbix Agent. Is it possible? How?

Jader Dias
  • 4,705
  • 19
  • 50
  • 51

2 Answers2

2

from what i gather, this might require some coding. basically, this question boils down to "how to create custom perfcounter" - when it's done and working, zabbix agent should be able to query it without any additional work.

there's some simplistic-looking howto at ms site : http://support.microsoft.com/kb/317679

Richlv
  • 2,354
  • 1
  • 13
  • 18
0
  1. The first part, creating a custom performance counter is pretty easy in my language of choice (C#).

  2. The second part has an example in the Zabbix default items: perf_counter[\System\File Write Bytes/sec]

Jader Dias
  • 4,705
  • 19
  • 50
  • 51