7 years ago
Alert if there are no healthy instances in our load balancers after 45 minutes
I want to sent up an alert in Logic Monitor to alert me, in the case that there are no healthy instances in our load balancers after 45 minutes.
Well the devices in the ELB could be deleted and recycled at anytime if they become unhealthy. In this case they would spin up new instances.
If the servers become unhealthy that is fine and new ones come online. However, I want to make sure that if no new instances come online I am notified of this?
So, basically I want to monitor the ELB itself to verify there is at least one instance that is healthy after 45 minutes if they become unhealthy and are terminated.
If the servers become unhealthy that is fine and new ones come online. However, I want to make sure that if no new instances come online I am notified of this?
So, basically I want to monitor the ELB itself to verify there is at least one instance that is healthy after 45 minutes if they become unhealthy and are terminated.
This is an AWS environment.
Can this be done? and if so, how do I proceed?