mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2026-02-03 04:09:29 -05:00
Fixes Metrics over Time on Windows 2012 R2 and older
This commit is contained in:
parent
7276d43ac2
commit
80b8d7e2f8
2 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue