Skip to content

Commit 90e80c8

Browse files
authored
Merge pull request #501 from Icinga:doc/iwkb_perf_lib_doc
Doc: Updates IWKB for perf lib errors
2 parents 36fe4f2 + acea1c9 commit 90e80c8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/knowledgebase/IWKB000008.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ The issue on this method is, that even while we only load the `Processor` Perfor
1818

1919
## Solution
2020

21-
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.
21+
Permissions to these counters cannot be granted individually and disabling these is also not a suitable option. One way to resolve this problem, is to use [JEA Profiles](../130-JEA/01-JEA-Profiles.md) for monitoring or switch to the feature [Forward Checks to Internal API](../110-Installation/30-API-Check-Forwarder.md).
2222

23-
Right now a workaround would be the experimental feature [Forward Checks to Internal API](../110-Installation/30-API-Check-Forwarder.md), which is not yet ready for production.
24-
25-
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.
23+
As Performance Counter libraries are loaded during startup within the REST-Api, they will only occur once you start the Icinga for Windows service 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.
2624

2725
As a result, no additional errors or warnings are added to the EventLog.

0 commit comments

Comments
 (0)