Ad Widget

Collapse

Problema com template - IIS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • afonsoam
    Junior Member
    • Apr 2015
    • 25

    #1

    Problema com template - IIS

    I imported the template Zabbix for IIS. But some items featuring this problem, example:

    - perf_counter["\Web Service Cache\Current Metadata Cached",300]

    I found that all the items that have "" (quotation marks) aprensenta the error that the Agent not supported.
    Does anyone know how to fix this?
  • FelipeVieira
    Junior Member
    • Mar 2014
    • 21

    #2
    Can you see this item in the Performance Monitor (WMI) in Windows server?

    Comment

    • afonsoam
      Junior Member
      • Apr 2015
      • 25

      #3
      Originally posted by FelipeVieira
      Can you see this item in the Performance Monitor (WMI) in Windows server?
      Yes.
      Open server performance management and export htm, shows the same command:

      <PARAM NAME = "Counter00009.Path" VALUE = "\\ SRVEXTRANET \ Web Service (_Total) \ Total Bytes Sent" />

      I sought other templates in the internet, and some have not quoted, or remove the value "300", but none worked on zabbix.

      When I run the command only for test, shows the following:
      root@SRVZABBIXFE:~# zabbix_get -s192.168.250.240 -p10050 -k "perf_counter["\\SRVEXTRANET\Web Service(_Total)\Bytes Received/sec",300]"
      -bash: erro de sintaxe próximo do `token' não esperado `('

      root@SRVZABBIXFE:~# zabbix_get -s192.168.250.240 -p10050 -k "perf_counter[\Web Service(_Total)\Total Get Requests]"
      ZBX_NOTSUPPORTED

      From what I can understand the Wiki Zabbix he was to accept the command.

      Comment

      • afonsoam
        Junior Member
        • Apr 2015
        • 25

        #4
        Originally posted by FelipeVieira
        Can you see this item in the Performance Monitor (WMI) in Windows server?
        The error with the command appear for the following items:
        - perf_counter["\Web Service Cache\File Cache Hits %",300]
        - perf_counter["\Web Service Cache\Metadata Cache Hits",300]
        - perf_counter["\Web Service(_Total)\Bytes Received/sec",300]
        - perf_counter["\Web Service(_Total)\Bytes Total/sec",300]
        - perf_counter["\Web Service Cache\Current URIs Cached",300]
        - perf_counter["\Web Service Cache\Current Metadata Cached",300]
        - perf_counter["\Web Service(_Total)\Bytes Sent/sec",300]
        - perf_counter["\Web Service Cache\Current Files Cached",300]
        - perf_counter["\Web Service(_Total)\Get Requests/sec",300]
        - perf_counter["\Web Service(_Total)\Current Connections",300]
        - perf_counter["\Web Service Cache\URI Cache Hits %",300]
        perf_counter["\Web Service(_Total)\Post Requests/sec",300]

        Key as:
        - Perf_counter [\ 1848 (_Total) \ 1850]

        Function normally.

        Comment

        • afonsoam
          Junior Member
          • Apr 2015
          • 25

          #5
          File Log:

          3080:20150507:134122.291 cannot add performance counter "\Web Service Cache\Current Files Cached": invalid format
          908:20150507:134123.341 cannot add performance counter "\Web Service Cache\Current Metadata Cached": invalid format
          908:20150507:134124.324 cannot add performance counter "\Web Service Cache\Current URIs Cached": invalid format
          3180:20150507:134126.393 cannot add performance counter "\Web Service Cache\Metadata Cache Hits": invalid format
          3080:20150507:134127.443 cannot add performance counter "\Web Service Cache\URI Cache Hits %": invalid format
          908:20150507:134128.460 cannot add performance counter "\Web Service(_Total)\Bytes Received/sec": invalid format
          908:20150507:134129.544 cannot add performance counter "\Web Service(_Total)\Bytes Sent/sec": invalid format
          3080:20150507:134130.560 cannot add performance counter "\Web Service(_Total)\Bytes Total/sec": invalid format
          3180:20150507:134131.580 cannot add performance counter "\Web Service(_Total)\Current Connections": invalid format
          3180:20150507:134132.589 cannot add performance counter "\Web Service(_Total)\Get Requests/sec": invalid format
          908:20150507:134132.667 cannot add performance counter "\Web Service(_Total)\Post Requests/sec": invalid format

          Comment

          Working...