mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
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 |
||
|---|---|---|
| .. | ||
| Get-IcingaRegisteredServiceChecks.psm1 | ||
| Register-IcingaServiceCheck.psm1 | ||
| Set-IcingaRegisteredServiceCheckConfig.psm1 | ||
| Show-IcingaRegisteredServiceChecks.psm1 | ||
| Start-IcingaServiceCheckDaemon.psm1 | ||
| Unregister-IcingaServiceCheck.psm1 | ||