I am trying to monitor my Network Interfaces. I first tried setting a perf_counter parameter
The following error message was recived in the server logs
It appears the the Parameter is truncated to 64 characters.
I then tried to set up an Alias
but the windows agent refused to restart until I removed the Alias parameter so it appears the Windows agent does not support the parameter Alias.
The last try was to set up an active parameter
Item was setup as
agent(active)
netin
Numeric(float)
Bps
Delta(speed per second)
This errors with the following errors on the server
Jon
Code:
perf_counter[\Network Interface(VIA Compatable Fast Ethernet Adapter - Packet Scheduler Miniport)\Bytes Received/sec]
Code:
Parameter [perf_counter[\Network Interface(VIA Compatable Fast Ethernet Ada] is not supported by agent on host [ctshowick1] Old status [0]
I then tried to set up an Alias
Code:
Alias=NetIn,perf_counter[\Network Interface(VIA Compatable Fast Ethernet Adapter - Packet Scheduler Miniport)\Bytes Received/sec]
The last try was to set up an active parameter
Code:
PerfCounter=netin,"\Network Interface(VIA Compatable Fast Ethernet Adapter - Packet Scheduler Miniport)\Bytes Received/sec",30
agent(active)
netin
Numeric(float)
Bps
Delta(speed per second)
This errors with the following errors on the server
Code:
24385:20070507:150941 Active parameter [netin] is not supported by agent on host [hostname] 24385:20070507:150941 Type of received value [ZBX_NOTSUPPORTED] is not suitable for [netin@hostname]
Comment