Ad Widget

Collapse

Zabbix item vs Windows Perf Mon Keys

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • d.kagarlickij
    Member
    • Oct 2014
    • 40

    #1

    Zabbix item vs Windows Perf Mon Keys

    Hello!
    I run Zabbix 2.2.2 and Windows Server 2012R2 in test environment.
    All I need from Zabbix - build graphs and send Triggered emails according to Windows Servers performance.
    So, I installed Zabbix agent to Windows Servers and successfully added them to Zabbix.
    Now, I need to add some extra Items based on Windows Performance Monitor keys:


    After that, I created Graph with this Item, but there's no data.

    Where do I go wrong?
  • tchjts1
    Senior Member
    • May 2008
    • 1605

    #2
    Look at the item at the host level. Does it show it is enabled, or does it show an error?

    If it is enabled, go to Monitoring --> Latest Data --> <Host> and see if it has any values there.

    Comment

    • d.kagarlickij
      Member
      • Oct 2014
      • 40

      #3
      Hi!

      Yes, this Item has "Not supported" status until I set number-based value: perf_counter[\4\1382]

      Now it works, but why it doesn't work with text-based value?

      Comment

      • tchjts1
        Senior Member
        • May 2008
        • 1605

        #4
        Try your original key without the quotation marks.

        Then you will either have to wait for the unsupported item check to kick in or you can force it enabled by clicking on the item where it shows "Not supported".

        Comment

        • d.kagarlickij
          Member
          • Oct 2014
          • 40

          #5
          I tried keys without "" symbols and also tried key without \ in name - all things stay same - only Disabled and Not supported status I see in Configuration > Hosts > Items

          Comment

          • d.kagarlickij
            Member
            • Oct 2014
            • 40

            #6
            Problem solved - in Type of Information "Numeric (float)" must be selected, not "Numeric (unsigned)"

            Comment

            Working...