What would be the best approach to make sure a trigger fires off only if a particular number of hosts or items are affected?
In other words, if you have a system that is in an HA pair and one goes down, the other takes over and is still servicing ...
Let's say the trigger is icmpping to keep it simple.
HOST_A and HOST_B are in an HA pair and HOST_A is the active host. HOST_A goes down via icmpping but HOST_B is up and running and handling everything that HOST_A was doing. I don't want to fire a trigger that might come across as an emergency to someone responsible for the systems availability.
Is it possible to group the two hosts/triggers in some way that addresses this?
The goal would be to prevent someone from getting an emergency phone call because the trigger fired on HOST_A when in reality the end users of the system are perfectly fine because HOST_B is still running and HOST_A could be addressed without much pressure at a more convenient time.
In other words, if you have a system that is in an HA pair and one goes down, the other takes over and is still servicing ...
Let's say the trigger is icmpping to keep it simple.
HOST_A and HOST_B are in an HA pair and HOST_A is the active host. HOST_A goes down via icmpping but HOST_B is up and running and handling everything that HOST_A was doing. I don't want to fire a trigger that might come across as an emergency to someone responsible for the systems availability.
Is it possible to group the two hosts/triggers in some way that addresses this?
The goal would be to prevent someone from getting an emergency phone call because the trigger fired on HOST_A when in reality the end users of the system are perfectly fine because HOST_B is still running and HOST_A could be addressed without much pressure at a more convenient time.
Comment