Hello.
I have an AWS environment with autoscale instances. We're doing a healthcheck on them, which works, except that the amount of time it takes an autoscale instance to actually come into service properly after the Zabbix agent starts sometimes exceeds the amount of time between triggers. I'd like to tell Zabbix to only trigger if it has already seen at least one successful check from the healthcheck item.
My trigger formula now is:
I have a couple of other possible workaround ideas as well, but most of them involve altering our autoscale setup, which is less desirable. That said, any other suggestions about how to approach this are welcome!
I'm running Zabbix 2.0.8 on CentOS 6.3.
I have an AWS environment with autoscale instances. We're doing a healthcheck on them, which works, except that the amount of time it takes an autoscale instance to actually come into service properly after the Zabbix agent starts sometimes exceeds the amount of time between triggers. I'd like to tell Zabbix to only trigger if it has already seen at least one successful check from the healthcheck item.
My trigger formula now is:
Code:
{templatename:keyname.max(#3)}<1
I'm running Zabbix 2.0.8 on CentOS 6.3.
Comment