]> granicus.if.org Git - icinga2/commitdiff
Documentation: Fix DB category requirements.
authorMichael Friedrich <Michael.Friedrich@netways.de>
Sun, 11 May 2014 13:42:35 +0000 (15:42 +0200)
committerMichael Friedrich <Michael.Friedrich@netways.de>
Sun, 11 May 2014 13:42:35 +0000 (15:42 +0200)
Fixes #5485

doc/5-configuring-icinga-2.md

index 7c3177962555dff6d666896a3f81efb0fa82e250..35218ae92a6e0ebee496f8430bf9ff1b22612fb5 100644 (file)
@@ -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.
+
 ### <a id="objecttype-idomysqlconnection"></a> 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.
+
 ### <a id="objecttype-livestatuslistener"></a> LiveStatusListener
 
 Livestatus API interface available as TCP or UNIX socket. Historical table queries