Fixes Metrics over Time on Windows 2012 R2 and older

This commit is contained in:
Lord Hepipud 2025-11-14 14:11:50 +01:00
parent 7276d43ac2
commit 80b8d7e2f8
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@ Released closed milestones can be found on [GitHub](https://github.com/Icinga/ic
[Issues and PRs](https://github.com/Icinga/icinga-powershell-framework/milestone/38)
* [#835](https://github.com/Icinga/icinga-powershell-framework/pull/835) Fixes JEA compiler to always enforce a rebuild of the Framework to ensure integrity of JEA profiles
* [#836](https://github.com/Icinga/icinga-powershell-framework/issues/836) Fixes Metric over Time collector not working on Windows 2012 R2 and older
## 1.13.4 (tbd)

View file

@ -24,7 +24,7 @@ function Start-IcingaServiceCheckDaemon()
{
New-IcingaThreadInstance `
-Name 'Main' `
-ThreadPool (Get-IcingaThreadPool -Name 'MainPool') `
-ThreadPool (Get-IcingaThreadPool -Name 'ServiceDaemonPool') `
-Command 'Add-IcingaServiceCheckDaemon' `
-Start;
}