-
Notifications
You must be signed in to change notification settings - Fork 333
Description
Case: Create a BP rule with two services.
1 services gets into warning state.
A technician acknowledges the service.
Problem : The BP_Rule still shows the state warning
BP_Rules should be able to take into account this information when computing state information.
Other systems will compute an differente state (ex. nagvis) : warning_acknowledged with a different image.
In our case, at a minimum BP_Rules should have logic to take into account other information to compute accurate state information. This should be an optional logic enhancement as I can see cases where the BP_Rule itself should be keep the existing logic and simply put the BP_Rule globally acknowledged or in maintenance. But for the majority of cases, especially when a BP_Rule contains lots of items it becomes important.
Request : Explain how to do this, if this is implemented and not documented. Implement logic in the BP_Rule also use the downtime/ack state when computing the global state.