diff --git a/doc/100-General/01-Upgrading.md b/doc/100-General/01-Upgrading.md index 29eb191..ced4273 100644 --- a/doc/100-General/01-Upgrading.md +++ b/doc/100-General/01-Upgrading.md @@ -20,7 +20,7 @@ After upgrading to Icinga for Windows v1.8.0, you will require to open a new Ici **NOTE:** In some cases the changes for the EventLog will only apply, **after** the system has been rebooted. Afterwards every Icinga for Windows EventLog entry is written in a newly created `Icinga for Windows` log. -### Custom Daemon Handling +### Custom Daemon Handling (Developers only) With Icinga for Windows v1.8.0 we removed the entire list of currently available `$Global` variables: diff --git a/doc/knowledgebase/IWKB000008.md b/doc/knowledgebase/IWKB000008.md index 3b24d19..2943894 100644 --- a/doc/knowledgebase/IWKB000008.md +++ b/doc/knowledgebase/IWKB000008.md @@ -10,7 +10,7 @@ The EventLog contains many `Perflib`, `PerfNet` and `PerfProc` errors/warnings w ## Reason -We are using an internal .NET Class to create Performance Counter objects, as this allows us to use the englisch naming for `Processor` for example, instead of many different localization for categories or counter names. +We are using an internal .NET Class to create Performance Counter objects, as this allows us to use the english naming for `Processor` for example, instead of many different localization for categories or counter names. By doing so, we ensure that Icinga for Windows can be used on any Windows machine, regardless of language settings.