Some months ago, i propose to give the possibility to create constant ( user ddefined vars) inside zabbix (maybe in the same menu as the one use for mapping values).
Example:
var name = MAX_CPU_USAGE
var value = 70
and then the ability to use this constant inside trigger definition :
{host:items.last(0)}>{MAX_CPU_USAGE}
It'll be then very easy to have a single point of modification.
Let me known our opinion!
Alexei: i believe, from a previous to the same question, that this functionnality be implemented in Zabbix 1.4 ...?
Example:
var name = MAX_CPU_USAGE
var value = 70
and then the ability to use this constant inside trigger definition :
{host:items.last(0)}>{MAX_CPU_USAGE}
It'll be then very easy to have a single point of modification.
Let me known our opinion!
Alexei: i believe, from a previous to the same question, that this functionnality be implemented in Zabbix 1.4 ...?
Comment