From 4c07ecd399c794a325b2f3b4d4b68f80c56c7008 Mon Sep 17 00:00:00 2001 From: Lord Hepipud Date: Wed, 2 Jun 2021 13:06:49 +0200 Subject: [PATCH] Fix docs for Icinga homepage --- doc/frameworkusage/06-Update-Framework-And-Components.md | 2 +- doc/knowledgebase/IWKB000008.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/frameworkusage/06-Update-Framework-And-Components.md b/doc/frameworkusage/06-Update-Framework-And-Components.md index d48b804..7cee6dc 100644 --- a/doc/frameworkusage/06-Update-Framework-And-Components.md +++ b/doc/frameworkusage/06-Update-Framework-And-Components.md @@ -4,7 +4,7 @@ Icinga for Windows ships with a bunch of Cmdlets, allowing users to manage the e ## Updating Icinga PowerShell Framework -To update the Framework it is not required to run the [installation process](..\02-Installation.md) again. The Framework ships with a native command for this and is recommended to use, as this allows you to keep your current configuration and cache files. The command is `Install-IcingaFrameworkUpdate`. +To update the Framework it is not required to run the [installation process](../02-Installation.md) again. The Framework ships with a native command for this and is recommended to use, as this allows you to keep your current configuration and cache files. The command is `Install-IcingaFrameworkUpdate`. ### Interactive Update diff --git a/doc/knowledgebase/IWKB000008.md b/doc/knowledgebase/IWKB000008.md index d603ccf..801e09f 100644 --- a/doc/knowledgebase/IWKB000008.md +++ b/doc/knowledgebase/IWKB000008.md @@ -20,7 +20,7 @@ The issue on this method is, that even while we only load the `Processor` Perfor At the moment there is no solution available to resolve this issue. Permissions to these counters cannot be granted. Disabling these Performance Counter endpoints is not suitable as well, because it might break different applications and it is also **not** adviced to run the Icinga Agent or checks in `LocalSystem` context for security reasons. -Right now a workaround would be the experimental feature [Forward Checks to Internal API](..\experimental\01-Forward-checks-to-internal-API.md), which is not yet ready for production. +Right now a workaround would be the experimental feature [Forward Checks to Internal API](../experimental/01-Forward-checks-to-internal-API.md), which is not yet ready for production. As Performance Counter libraries are loaded during startup, they will only occur once you start the Icinga for Windows service with this daemon. Every single check executed afterwards will use Performance Counter libraries, but the current shell session has already loaded required components and therefor only access objects we want.