Skip to content

Commit

Permalink
Adjust activation_priority to be aware of Downtimes and HA negotiation.
Browse files Browse the repository at this point in the history
  • Loading branch information
William Calliari committed Nov 11, 2024
1 parent 141dedf commit c664d8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/icinga/notification.ti
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public:

class Notification : CustomVarObject < NotificationNameComposer
{
activation_priority -50;
activation_priority -5;

load_after Host;
load_after Service;
Expand Down
2 changes: 1 addition & 1 deletion lib/remote/apilistener.ti
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace icinga

class ApiListener : ConfigObject
{
activation_priority 300;
activation_priority 275;

[config, deprecated] String cert_path;
[config, deprecated] String key_path;
Expand Down

0 comments on commit c664d8b

Please sign in to comment.