Ad Widget

Collapse

Zabbix 1.4.4 - Monitoring Network on Windows

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Clausft
    Junior Member
    • Jan 2008
    • 4

    #16
    Hi

    Can someone help me with an example on a item that are working with zabbix 1.4.4.

    the zabbix agent is giving me errors back saying "Not supported by ZABBIX agent"

    The agent config file have those two lines, is that correct?

    PerfCounter=NetIn,"\Network Interface(Realtek RTL8139/810X Family PCI Fast Ethernet NIC)\Bytes Received/Sec",60

    PerfCounter=NetOut,"\Network Interface(Realtek RTL8139/810X Family PCI Fast Ethernet NIC)\Bytes Sent/Sec",60


    Thanks alot.

    Best regards

    Claus T.

    Comment

    • rs26
      Member
      • Jan 2008
      • 42

      #17
      What is the key for item ?

      Comment

      • Clausft
        Junior Member
        • Jan 2008
        • 4

        #18
        sry forgot that,

        The amount of traffic received/send on that server.

        Comment

        • NOB
          Senior Member
          Zabbix Certified Specialist
          • Mar 2007
          • 469

          #19
          Originally posted by Clausft
          Hi

          Can someone help me with an example on a item that are working with zabbix 1.4.4.

          the zabbix agent is giving me errors back saying "Not supported by ZABBIX agent"

          The agent config file have those two lines, is that correct?

          PerfCounter=NetIn,"\Network Interface(Realtek RTL8139/810X Family PCI Fast Ethernet NIC)\Bytes Received/Sec",60

          PerfCounter=NetOut,"\Network Interface(Realtek RTL8139/810X Family PCI Fast Ethernet NIC)\Bytes Sent/Sec",60
          Nobody can tell it, unless somebody has exactly the same network adapter
          installed.
          This part is depending on the installed or on-board network adapter
          and on the language setting of the OS, e.g. german incl. umlauts,
          etc.

          You should start "perfmon" on the Windows box you want to minotor, select
          the counter and add it to the display.
          Then you see the correct name to use. The spelling, e.g., the number of
          spaces, etc. must be 100% correct - computers are not smart.

          Try a zabbix_get -s server -k 'perf_counter[name]' and
          correct the spelling until it works

          Hope this helps

          Norbert.

          Comment

          Working...