mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 07:10:15 -05:00
Updates docs
This commit is contained in:
parent
45d189756e
commit
a47af1e60a
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
**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:
|
With Icinga for Windows v1.8.0 we removed the entire list of currently available `$Global` variables:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ The EventLog contains many `Perflib`, `PerfNet` and `PerfProc` errors/warnings w
|
||||||
|
|
||||||
## Reason
|
## 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.
|
By doing so, we ensure that Icinga for Windows can be used on any Windows machine, regardless of language settings.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue