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??
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??
Comment