Ad Widget

Collapse

Win32 Network-I just dont get it

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aorlowski
    Junior Member
    • Feb 2006
    • 21

    #1

    Win32 Network-I just dont get it

    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
  • elkor
    Senior Member
    • Jul 2005
    • 299

    #2
    PerfCounter != perf_counter ???

    Comment

    • aorlowski
      Junior Member
      • Feb 2006
      • 21

      #3
      Thank you kindly. That enabled me to setup the graphs. I am not seeing any data flow as of yet,however I will work on that for a little bit myself. I could be a simple restart of the zabbixw32 service.

      Comment

      Working...