Updates docs

This commit is contained in:
Lord Hepipud 2022-01-25 11:28:33 +01:00
parent 45d189756e
commit a47af1e60a
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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.