icinga-powershell-framework/lib/daemons/ServiceCheckDaemon
Lord Hepipud 9df17e1068 Fixes Service Check Background Daemon Memory leak
Fixes #20

This fixes the memory leak on the Service Check Background Daemon, mainly caused by not properly catching the boolean return values of `Add-IcingaHashtableItem`. The boolean values stayed within the scope, poluting the memory and causing functions to behave not as expected
2019-11-22 19:42:48 +01:00
..
Get-IcingaRegisteredServiceChecks.psm1 Move service check daemon to proper location 2019-10-22 19:57:01 +02:00
Register-IcingaServiceCheck.psm1 Move service check daemon to proper location 2019-10-22 19:57:01 +02:00
Set-IcingaRegisteredServiceCheckConfig.psm1 Move service check daemon to proper location 2019-10-22 19:57:01 +02:00
Show-IcingaRegisteredServiceChecks.psm1 Move service check daemon to proper location 2019-10-22 19:57:01 +02:00
Start-IcingaServiceCheckDaemon.psm1 Fixes Service Check Background Daemon Memory leak 2019-11-22 19:42:48 +01:00
Unregister-IcingaServiceCheck.psm1 Move service check daemon to proper location 2019-10-22 19:57:01 +02:00