We have faced a bug with a monitor where it was not alerting where it obviously should have.
Support pointed out that we have setting require_full_window set to a value that is not recommended (true). Recommended is false. Default UI is false as well.
Default provider is true which is totally confusing and can cause all sorts of random inconsistencies with monitors.
We have faced a bug with a monitor where it was not alerting where it obviously should have. Support pointed out that we have setting
require_full_window
set to a value that is not recommended (true). Recommended isfalse
. Default UI isfalse
as well. Default provider istrue
which is totally confusing and can cause all sorts of random inconsistencies with monitors.