Skip to content

Commit

Permalink
Adds missing Performance Counter cache initialising
Browse files Browse the repository at this point in the history
Implements #96
  • Loading branch information
LordHepipud committed Aug 7, 2020
1 parent 4ada0d6 commit 28321f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions icinga-powershell-framework.psm1
Expand Up @@ -43,6 +43,7 @@ function Use-Icinga()
'DebugMode' = $DebugMode;
}
);
New-IcingaPerformanceCounterCache;
} else {
# This will fix the debug mode in case we are only using Libs
# without any other variable content and daemon handling
Expand Down

0 comments on commit 28321f8

Please sign in to comment.