Hi everyone, I'm reaching out for help with a problem related to event sending.
Imagine a server with monitoring that checks filesystems and services. It sends an event for each service and one for each filesystem. Under normal conditions, thanks to suppress rules, the event is not sent until the state changes.
However, in the case of a server reboot, the agent sends all events again as if it were the first time. Obviously, it resends them even though we are still within the suppress range
My question is: Can I prevent all events from being sent after a reboot?
thanks