Ad Widget

Collapse

Aggregated checks doesn't work with "system.run"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • willened
    Junior Member
    • Jul 2014
    • 3

    #1

    Aggregated checks doesn't work with "system.run"

    Hi

    I have an item Citrix Connected Users which runs "c:\Program Files\zabbix\citrix\countICAUsers.cmd" this works fine.

    Now I want to sum these the values accross a group. I use the grpsum function to do this.

    grpsum["test_quser","system.run[c:\Program Files\zabbix\citrix\countICAUsers.cmd]",last,0]

    This item immediately went to not suported.

    Thanks, Dennis
  • ingus.vilnis
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Mar 2014
    • 908

    #2
    Hi Dennis,

    I see two things you could check:
    • Does the host group "test_quser" exist? (not a typo or something?)
    • Is the item with key "system.run[c:\Program Files\zabbix\citrix\countICAUsers.cmd]" collecting data properly?


    Best Regards,
    Ingus

    Comment

    • willened
      Junior Member
      • Jul 2014
      • 3

      #3
      Hi Ingus,

      thanks for your reply.
      • yes the group exists an there is no typo
      • yes the item with key "system.run[c:\Program Files\zabbix\citrix\countICAUsers.cmd]" collecting data properly


      Best regards,
      Dennis

      Comment

      • ingus.vilnis
        Senior Member
        Zabbix Certified Trainer
        Zabbix Certified SpecialistZabbix Certified Professional
        • Mar 2014
        • 908

        #4
        Dennis,

        Hard to tell then.
        What is the error message you have for this not supported item? (click on the red icon on the column right next to "Not supported")

        Just another guess - have you set the Item Type to "Zabbix aggregate"?

        Best Regards,
        Ingus

        Comment

        • willened
          Junior Member
          • Jul 2014
          • 3

          #5
          Thank you, I checked the item typ and it was set to "Zabbix Agent". Set it to "Zabbix aggregate" now it works!

          Best Dennis

          Comment

          Working...