Is it possible to inherit a sensor status after a pause? The issue was are having specifically is that if something is "down" and sends an alert, then it is paused, then it is resumed, if it is still in "down" it sends a new alert.
In our specific case, we are monitoring ESXi datastore usage. The sensor alerts because there is not enough free space, and then we pause that sensor to mark it as acknowledge and begin to work the issue. During that time, if a dependency causes this sensor to pause (example: internet outage causes all sensors in the LAN to pause), when that dependency causes the sensor to resume it sends a new alert, then it goes back to a paused state. So in-between it being paused for the dependency and then it setting itself as paused because it was acknowledged, there is a brief moment where the sensor is not paused, which causes it to send an alert.
Is there a way to avoid this?
Add comment