Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Zabbix - calculated item function over multiple items

Tags:

zabbix

From the Zabbix Manual the calculated items expression follows the form,

func(<key>|<hostname:key>,<parameter1>,<parameter2>,...)

This is fine for computations using functions over a single item like,

max("temp1",120)

How should a function like min() be applied over 3 different items so it returns the lowest of those?

like image 382
Joao Figueiredo Avatar asked Aug 17 '11 17:08

Joao Figueiredo


1 Answers

Unfortunately, that is currently not supported. You may vote on a feature request: https://support.zabbix.com/browse/ZBXNEXT-1829

like image 192
Richlv Avatar answered Oct 15 '22 06:10

Richlv