Adds missing Performance Counter cache initialising

Implements #96
This commit is contained in:
Christian Stein 2020-08-07 15:18:45 +02:00
parent 4ada0d69f9
commit 28321f81b6

View file

@ -43,6 +43,7 @@ function Use-Icinga()
'DebugMode' = $DebugMode; 'DebugMode' = $DebugMode;
} }
); );
New-IcingaPerformanceCounterCache;
} else { } else {
# This will fix the debug mode in case we are only using Libs # This will fix the debug mode in case we are only using Libs
# without any other variable content and daemon handling # without any other variable content and daemon handling