Different behavior for types = [Recovery]
between User and Notification objects
#10211
Labels
Milestone
types = [Recovery]
between User and Notification objects
#10211
One can configure
types = [Recovery]
in bothUser
andNotification
objects. ForUser
objects, there is special handling for this scenario to send recovery notifications regardless of whether a problem notification was sent:icinga2/lib/icinga/notification.cpp
Lines 431 to 439 in d894792
However, for
Notification
objects, there is no such handling and configuring such an object simply never notifies. It would probably be a good idea to make this do the same as for theUser
object.ref/IP/56200
The text was updated successfully, but these errors were encountered: