From db07854c767a9ec3118150ffcc2de678d64a2d08 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Sun, 11 May 2014 15:42:35 +0200 Subject: [PATCH] Documentation: Fix DB category requirements. Fixes #5485 --- doc/5-configuring-icinga-2.md | 70 +++++++++++++++++++---------------- 1 file changed, 38 insertions(+), 32 deletions(-) diff --git a/doc/5-configuring-icinga-2.md b/doc/5-configuring-icinga-2.md index 7c3177962..35218ae92 100644 --- a/doc/5-configuring-icinga-2.md +++ b/doc/5-configuring-icinga-2.md @@ -1218,27 +1218,30 @@ Cleanup Items: Data Categories: - Name | Description - ---------------------|---------------- - DbCatConfig | Configuration data - DbCatState | Current state data - DbCatAcknowledgement | Acknowledgements - DbCatComment | Comments - DbCatDowntime | Downtimes - DbCatEventHandler | Event handler data - DbCatExternalCommand | External commands - DbCatFlapping | Flap detection data - DbCatCheck | Check results - DbCatLog | Log messages - DbCatNotification | Notifications - DbCatProgramStatus | Program status data - DbCatRetention | Retention data - DbCatStateHistory | Historical state data + Name | Description | Required by + ---------------------|------------------------|-------------------- + DbCatConfig | Configuration data | Icinga Web/Reporting + DbCatState | Current state data | Icinga Web/Reporting + DbCatAcknowledgement | Acknowledgements | Icinga Web/Reporting + DbCatComment | Comments | Icinga Web/Reporting + DbCatDowntime | Downtimes | Icinga Web/Reporting + DbCatEventHandler | Event handler data | Icinga Web/Reporting + DbCatExternalCommand | External commands | Icinga Web/Reporting + DbCatFlapping | Flap detection data | Icinga Web/Reporting + DbCatCheck | Check results | -- + DbCatLog | Log messages | Icinga Web/Reporting + DbCatNotification | Notifications | Icinga Web/Reporting + DbCatProgramStatus | Program status data | Icinga Web/Reporting + DbCatRetention | Retention data | Icinga Web/Reporting + DbCatStateHistory | Historical state data | Icinga Web/Reporting Multiple categories can be combined using the `|` operator. In addition to the category flags listed above the `DbCatEverything` flag may be used as a shortcut for listing all flags. +External interfaces like Icinga Web require everything except `DbCatCheck` +which is the default value if `categories` is not set. + ### IdoPgSqlConnection IDO database adapter for PostgreSQL. @@ -1302,27 +1305,30 @@ Cleanup Items: Data Categories: - Name | Description - ---------------------|---------------- - DbCatConfig | Configuration data - DbCatState | Current state data - DbCatAcknowledgement | Acknowledgements - DbCatComment | Comments - DbCatDowntime | Downtimes - DbCatEventHandler | Event handler data - DbCatExternalCommand | External commands - DbCatFlapping | Flap detection data - DbCatCheck | Check results - DbCatLog | Log messages - DbCatNotification | Notifications - DbCatProgramStatus | Program status data - DbCatRetention | Retention data - DbCatStateHistory | Historical state data + Name | Description | Required by + ---------------------|------------------------|-------------------- + DbCatConfig | Configuration data | Icinga Web/Reporting + DbCatState | Current state data | Icinga Web/Reporting + DbCatAcknowledgement | Acknowledgements | Icinga Web/Reporting + DbCatComment | Comments | Icinga Web/Reporting + DbCatDowntime | Downtimes | Icinga Web/Reporting + DbCatEventHandler | Event handler data | Icinga Web/Reporting + DbCatExternalCommand | External commands | Icinga Web/Reporting + DbCatFlapping | Flap detection data | Icinga Web/Reporting + DbCatCheck | Check results | -- + DbCatLog | Log messages | Icinga Web/Reporting + DbCatNotification | Notifications | Icinga Web/Reporting + DbCatProgramStatus | Program status data | Icinga Web/Reporting + DbCatRetention | Retention data | Icinga Web/Reporting + DbCatStateHistory | Historical state data | Icinga Web/Reporting Multiple categories can be combined using the `|` operator. In addition to the category flags listed above the `DbCatEverything` flag may be used as a shortcut for listing all flags. +External interfaces like Icinga Web require everything except `DbCatCheck` +which is the default value if `categories` is not set. + ### LiveStatusListener Livestatus API interface available as TCP or UNIX socket. Historical table queries -- 2.40.0