Hi,
I currently have an installation of Zabbix 1.1 alpha 10 running on Red Hat 4.0, but I'm getting the following problem when I try to create a trigger from Template.
Template
Expression : {host:memory[free].last(0)}<({host:memory[total].last(0)}*0.3)
When i use this template, 2 triggers were genarated, but only changes the name of the host in the first part of the
expression, and at the second trigger, it substitutes the name of the host only at the second part of the expression:
Trigger a) {_teste_alpha10:memory[free].last(0)}<({host:memory[total].last(0)}*0.3)
Trigger b) {host:memory[free].last(0)}<({_teste_alpha10:memory[total].last(0)}*0.3)
I think this is a bug of the Zabbix.
Does anyone knows how to generate only one trigger with the name of the host on the both sides of the expression?
thanks a lot.
I currently have an installation of Zabbix 1.1 alpha 10 running on Red Hat 4.0, but I'm getting the following problem when I try to create a trigger from Template.
Template
Expression : {host:memory[free].last(0)}<({host:memory[total].last(0)}*0.3)
When i use this template, 2 triggers were genarated, but only changes the name of the host in the first part of the
expression, and at the second trigger, it substitutes the name of the host only at the second part of the expression:
Trigger a) {_teste_alpha10:memory[free].last(0)}<({host:memory[total].last(0)}*0.3)
Trigger b) {host:memory[free].last(0)}<({_teste_alpha10:memory[total].last(0)}*0.3)
I think this is a bug of the Zabbix.
Does anyone knows how to generate only one trigger with the name of the host on the both sides of the expression?
thanks a lot.
Comment