Skip to content

Commit

Permalink
Merge pull request #636 from i-doit:CMK2-typo-fix
Browse files Browse the repository at this point in the history
CMK2-typo-fix
  • Loading branch information
matsica authored Jul 3, 2024
2 parents c0167b4 + 82c9d04 commit 2c36d6e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 29 deletions.
29 changes: 14 additions & 15 deletions docs/de/i-doit-pro-add-ons/checkmk2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@ Diese Version bringt wichtige Verbesserungen und neue Funktionen, um die Nutzung

### Kompatibilität mit PHP 8.2

- Checkmk2 unterstützt jetzt alle PHP-Versionen von 7.4 bis 8.2.
- Checkmk2 unterstützt jetzt alle PHP-Versionen von 7.4 bis 8.2.

### Kompatibilität mit Checkmk 2.3

- Um das Checkmk2 Add-on mit Checkmk 2.3 zu verwenden, muss der Konfigurationsparameter `check_mk.version` auf `“2.3”` gesetzt werden.
- Das Add-on unterstützt damit alle Versionen ab Checkmk 1.5.
- Neue Feature werden zukünftig nur noch für Checkmk >= Version 2.2 implementiert.
- Um das Checkmk2 Add-on mit Checkmk 2.3 zu verwenden, muss der Konfigurationsparameter `check_mk.version` auf `“2.3”` gesetzt werden.
- Das Add-on unterstützt damit alle Versionen ab Checkmk 1.5.
- Neue Feature werden zukünftig nur noch für Checkmk >= Version 2.2 implementiert.

### Erweitertes Logging

- Das Logging wurde erweitert und umfasst nun auch die Protokollierung von HTTP-Requests und Responses in/aus Richtung Checkmk.
- Neue Parameter für das Logging:
- `check_mk.logging.enableLogging: true|false`: Aktiviert das Logging von Checkmk Responses/Requests (standardmäßig deaktiviert).
- `check_mk.logging.logFilePath: “/log/path”`: Verzeichnis, in dem die Logdateien gespeichert werden. Es wird pro Aufruf eine Logdatei erstellt. Das Verzeichnis muss für den Benutzer, der Checkmk2 ausführt (z.B. www-data), les- und schreibbar sein.
- Eine beispielhafte Konfiguration kann man mit `idoitcmk print-example-config` anschauen.
- Das Logging wurde erweitert und umfasst nun auch die Protokollierung von HTTP-Requests und Responses in/aus Checkmk.
- Neue Parameter für das Logging:
- `check_mk.logging.enableLogging: true|false`: Aktiviert das Logging von Checkmk Responses/Requests (standardmäßig deaktiviert).
- `check_mk.logging.logFilePath: “/log/path”`: Verzeichnis, in dem die Logdateien gespeichert werden. Es wird pro Aufruf eine Logdatei erstellt. Das Verzeichnis muss für den Benutzer, der Checkmk2 ausführt (z.B. www-data), les- und schreibbar sein.
- Eine beispielhafte Konfiguration kann man mit `idoitcmk print-example-config` anschauen.

### Bugfixes/weitere Anpassungen

- Das Merging von Hostadressen (`pull.updateObjects: true`) überschreibt jetzt nicht mehr bereits zugewiesenen Netzwerke.
- Das Aktivieren von Änderungen beachtet jetzt korrekt anhand des Konfigurationsparameters `push.activateForeignChanges` ob es gleichzeitig Änderungen seitens anderer Checkmk Nutzer gibt.
- Das Pushen von Objekten wurde weiter optimiert.
- Auswertung des Konfigurationsparameters `webAPI|rest.effectiveAttributes` korrigiert
- Viele weitere kleinere Anpassungen im “Maschinenraum”.
- Das Merging von Hostadressen (`pull.updateObjects: true`) überschreibt jetzt nicht mehr bereits zugewiesene Netzwerke.
- Das Aktivieren von Änderungen beachtet jetzt korrekt anhand des Konfigurationsparameters `push.activateForeignChanges` ob es gleichzeitig Änderungen seitens anderer Checkmk Nutzer gibt.
- Das Pushen von Objekten wurde weiter optimiert.
- Auswertung des Konfigurationsparameters `webAPI|rest.effectiveAttributes` korrigiert
- Viele weitere kleinere Anpassungen im “Maschinenraum”.

## Was ist neu (v1.8.5)

Expand Down Expand Up @@ -102,7 +102,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### [1.8.5] - 2024-07-01


### [1.8.5] - 2024-04-16

### Added
Expand Down
28 changes: 14 additions & 14 deletions docs/en/i-doit-pro-add-ons/checkmk2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@ This version brings important improvements and new functions to make the use of

### Compatibility with PHP 8.2

- Checkmk2 now supports all PHP versions from 7.4 to 8.2.
- Checkmk2 now supports all PHP versions from 7.4 to 8.2.

### Compatibility with Checkmk 2.3

- To use the Checkmk2 add-on with Checkmk 2.3, the configuration parameter `check_mk.version` must be set to `"2.3"`.
- The add-on thus supports all versions from Checkmk 1.5.
- In future, new features will only be implemented for Checkmk >= version 2.2.
- To use the Checkmk2 add-on with Checkmk 2.3, the configuration parameter `check_mk.version` must be set to `"2.3"`.
- The add-on thus supports all versions from Checkmk 1.5.
- In future, new features will only be implemented for Checkmk >= version 2.2.

### Extended logging

- Logging has been extended and now also includes the logging of HTTP requests and responses to/from Checkmk.
- New parameters for logging:
- `check_mk.logging.enableLogging: true|false`: Enables logging of Checkmk responses/requests (disabled by default).
- `check_mk.logging.logFilePath: "/log/path"`: Directory in which the log files are saved. One log file is created per call. The directory must be readable and writable for the user running Checkmk2 (e.g. www-data).
- An example configuration can be viewed with `idoitcmk print-example-config`.
- Logging has been extended and now also includes the logging of HTTP requests and responses to/from Checkmk.
- New parameters for logging:
- `check_mk.logging.enableLogging: true|false`: Enables logging of Checkmk responses/requests (disabled by default).
- `check_mk.logging.logFilePath: "/log/path"`: Directory in which the log files are saved. One log file is created per call. The directory must be readable and writable for the user running Checkmk2 (e.g. www-data).
- An example configuration can be viewed with `idoitcmk print-example-config`.

### Bugfixes/further adjustments

- The merging of host addresses (`pull.updateObjects: true`) no longer overwrites already assigned networks.
- Activating changes now correctly uses the configuration parameter `push.activateForeignChanges` to check whether other Checkmk users are making changes at the same time.
- The pushing of objects has been further optimized.
- Evaluation of the configuration parameter `webAPI|rest.effectiveAttributes` corrected
- Many other minor adjustments in the "engine room".
- The merging of host addresses (`pull.updateObjects: true`) no longer overwrites already assigned networks.
- Activating changes now correctly uses the configuration parameter `push.activateForeignChanges` to check whether other Checkmk users are making changes at the same time.
- The pushing of objects has been further optimized.
- Evaluation of the configuration parameter `webAPI|rest.effectiveAttributes` corrected
- Many other minor adjustments in the "engine room".

## What is new (v1.8.5)

Expand Down

0 comments on commit 2c36d6e

Please sign in to comment.