I have read several posts on this, but I really need to know how to get network monitoring to work from a WinXP host.
###Portion of the winxp agentd.conf####
## This statement is on a single line in the config file##
PerfCounter=netin,"\3Com 3C920 Integrated Fast Ethernet Controller(3C905C-TX Compatible)\Bytes Received/sec",60
##From Zabbix console v1.0##
I have tried the following two things.
Description= Network_Input
Host= MyHOSTNAME
Type=zabbix agent
Key= netin
Units=
Multiplier= -
Update interval (in sec) = 60
Keep history (in days) = 365
Status = monitored
Type of information= numeric
Store value = As is
Description= Network_Input
Host= MyHOSTNAME
Type=zabbix agent
Key= perf_counter[netin]
Units=
Multiplier= -
Update interval (in sec) = 60
Keep history (in days) = 365
Status = monitored
Type of information= numeric
Store value = As is
Any help would be appreciated
###Portion of the winxp agentd.conf####
## This statement is on a single line in the config file##
PerfCounter=netin,"\3Com 3C920 Integrated Fast Ethernet Controller(3C905C-TX Compatible)\Bytes Received/sec",60
##From Zabbix console v1.0##
I have tried the following two things.
Description= Network_Input
Host= MyHOSTNAME
Type=zabbix agent
Key= netin
Units=
Multiplier= -
Update interval (in sec) = 60
Keep history (in days) = 365
Status = monitored
Type of information= numeric
Store value = As is
Description= Network_Input
Host= MyHOSTNAME
Type=zabbix agent
Key= perf_counter[netin]
Units=
Multiplier= -
Update interval (in sec) = 60
Keep history (in days) = 365
Status = monitored
Type of information= numeric
Store value = As is
Any help would be appreciated
Comment