I am trying to monitor a network interface on a Windows 2003 server. The key is
perf_counter[\Network Interface(Intel[R] PRO_100 S Desktop Adapter _2)\Bytes Received/sec]
From zabbix_agentd.log
11932:20070601:083424 Requested [perf_counter[\Network Interface(Intel[R] PRO_100 S Desktop Adapter _2)\Bytes Sent/sec]]
11932:20070601:083424 Can't add counter [\Network Interface(Intel[R] [Unable to parse the counter path. Check the format and syntax of the specified path.]
The problem is the agent is truncating the key to
[\Network Interface(Intel[R]
i.e the first closed square brackets is taken as the end of the key. I have tried setting an alias
Alias = NetIn
erf_counter[\Network Interface(Intel[R] PRO_100 S Desktop Adapter _2)\Bytes Received/sec]
but this is also returning as unsupported.
Jon
perf_counter[\Network Interface(Intel[R] PRO_100 S Desktop Adapter _2)\Bytes Received/sec]
From zabbix_agentd.log
11932:20070601:083424 Requested [perf_counter[\Network Interface(Intel[R] PRO_100 S Desktop Adapter _2)\Bytes Sent/sec]]
11932:20070601:083424 Can't add counter [\Network Interface(Intel[R] [Unable to parse the counter path. Check the format and syntax of the specified path.]
The problem is the agent is truncating the key to
[\Network Interface(Intel[R]
i.e the first closed square brackets is taken as the end of the key. I have tried setting an alias
Alias = NetIn
erf_counter[\Network Interface(Intel[R] PRO_100 S Desktop Adapter _2)\Bytes Received/sec]but this is also returning as unsupported.
Jon
Comment