Hi,
I am trying to request the performance counter for the
following item:
Network Interface\InterfaceName\Packets Outbound Errors
where the interface name is, e.g.
as displayed in perfmon:
Intel[R] Pro_1000 MT Dual Port Network Connection
as displayed in network interfaces:
Intel(R) Pro/1000 MT Dual Port Network Connection
However, whatever I try to request as key in zabbix_get the
answer is always: ZBX_UNSUPPORTED and the agent log file shows:
I am out of ideas.
What am I doing wrong ?
Edited: I am using 1.3.6 agent. Is it still a question of the size of the request ?
I found a definition of the size for the request of 108.
Regards,
Norbert.
I am trying to request the performance counter for the
following item:
Network Interface\InterfaceName\Packets Outbound Errors
where the interface name is, e.g.
as displayed in perfmon:
Intel[R] Pro_1000 MT Dual Port Network Connection
as displayed in network interfaces:
Intel(R) Pro/1000 MT Dual Port Network Connection
However, whatever I try to request as key in zabbix_get the
answer is always: ZBX_UNSUPPORTED and the agent log file shows:
Code:
2596:20070509:090506 Requested [perf_counter[Network Interface(Intel\[R\] Pro_1000 MT Dual Port Network Connection)\Packets Outbound Errors]] 2596:20070509:090506 Can't add counter [Network Interface(Intel\[R\] [Unable to parse the counter path. Check the format and syntax of the specified path. ]
What am I doing wrong ?
Edited: I am using 1.3.6 agent. Is it still a question of the size of the request ?
I found a definition of the size for the request of 108.
Regards,
Norbert.
Comment