My infrastructure is out in the cloud, and it is quite often that we are adding/removing instances.
All of our agents are active and they auto-register when the instances come up. When we take machines down, we remove them from Zabbix with the API.
This all works great, except for one trigger I have set up:
After auto-registration, this trigger immediately goes into PROBLEM, and doesn't come out for about a minute and a half.
I know I can set a delay for the emails be modifying the action, but I don't really want to do that. Does anyone have any other ideas on how I can fix this trigger?
Thanks!
All of our agents are active and they auto-register when the instances come up. When we take machines down, we remove them from Zabbix with the API.
This all works great, except for one trigger I have set up:
Code:
{Template Linux - Active:agent.ping.nodata(30)}=1
I know I can set a delay for the emails be modifying the action, but I don't really want to do that. Does anyone have any other ideas on how I can fix this trigger?
Thanks!
Comment