Ad Widget

Collapse

How can you calculate the maximum of a group of items?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abru
    Junior Member
    • Dec 2014
    • 3

    #1

    How can you calculate the maximum of a group of items?

    I cant find an example of this. I have a count that is stored as an item but I have this same count on 3-5 servers .. I want to get the maximum count that any of the servers have logged over a given period of time.

    For instance I want to see the maximum throughput any of my servers have seen in a given period of time.

    Im trying to do this with a calculated item.

    The closest I can get is get the average of the maximum of the group of items. eg (max(item_on_server1,timeframe)+max(item_on_server 2,timeframe)+max(item_on_server3,timeframe))/3


    Is there a way to get zabbix to calculate this value??
  • abru
    Junior Member
    • Dec 2014
    • 3

    #2
    Solved - Im an idiot -- there are Zabbix Aggregate Items and that is exactly what I need. https://www.zabbix.com/documentation...ypes/aggregate

    Works exactly like I want.

    Comment

    Working...