Skip to content

Commit

Permalink
Activate users, timeperiods and notifications at the same time.
Browse files Browse the repository at this point in the history
  • Loading branch information
w1ll-i-code committed Nov 21, 2024
1 parent 4a39831 commit ac12be8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/icinga/timeperiod.ti
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ namespace icinga

class TimePeriod : CustomVarObject
{
activation_priority = -5;

[config] String display_name {
get {{{
String displayName = m_DisplayName.load();
Expand Down
2 changes: 1 addition & 1 deletion lib/icinga/user.ti
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace icinga

class User : CustomVarObject
{
activation_priority -10;
activation_priority -5;

[config] String display_name {
get {{{
Expand Down

0 comments on commit ac12be8

Please sign in to comment.