Hi.
I have a question about the following (simplified example) scenario:
Host_A checks a service.
Host_B checks the same service
Now 2 messages would be sent if the service goes down.
(in short: a service gets double-checked)
Just a note: It could happen, that only one of the checks leads to an error.
What I want to accomplish is the following:
If a notification was sent for one of the services, the other one should not be sent (and vice-versa).
Does anyone have an idea about this?
Is this even possible?
Thanks in advance.
Greetings.