Skip to content

Commit

Permalink
Activate Dependency objects before their parent objects
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab committed Jan 15, 2025
1 parent 941fa57 commit 8ae1fb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/icinga/dependency.ti
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ public:

class Dependency : CustomVarObject < DependencyNameComposer
{
activation_priority -10;

load_after Host;
load_after Service;

Expand Down

0 comments on commit 8ae1fb3

Please sign in to comment.