Documentation: Fix DB category requirements.

Fixes #5485
This commit is contained in:
Michael Friedrich 2014-05-11 15:42:35 +02:00
parent 2b20f6355f
commit db07854c76
1 changed files with 38 additions and 32 deletions

View File

@ -1218,27 +1218,30 @@ Cleanup Items:
Data Categories: Data Categories:
Name | Description Name | Description | Required by
---------------------|---------------- ---------------------|------------------------|--------------------
DbCatConfig | Configuration data DbCatConfig | Configuration data | Icinga Web/Reporting
DbCatState | Current state data DbCatState | Current state data | Icinga Web/Reporting
DbCatAcknowledgement | Acknowledgements DbCatAcknowledgement | Acknowledgements | Icinga Web/Reporting
DbCatComment | Comments DbCatComment | Comments | Icinga Web/Reporting
DbCatDowntime | Downtimes DbCatDowntime | Downtimes | Icinga Web/Reporting
DbCatEventHandler | Event handler data DbCatEventHandler | Event handler data | Icinga Web/Reporting
DbCatExternalCommand | External commands DbCatExternalCommand | External commands | Icinga Web/Reporting
DbCatFlapping | Flap detection data DbCatFlapping | Flap detection data | Icinga Web/Reporting
DbCatCheck | Check results DbCatCheck | Check results | --
DbCatLog | Log messages DbCatLog | Log messages | Icinga Web/Reporting
DbCatNotification | Notifications DbCatNotification | Notifications | Icinga Web/Reporting
DbCatProgramStatus | Program status data DbCatProgramStatus | Program status data | Icinga Web/Reporting
DbCatRetention | Retention data DbCatRetention | Retention data | Icinga Web/Reporting
DbCatStateHistory | Historical state data DbCatStateHistory | Historical state data | Icinga Web/Reporting
Multiple categories can be combined using the `|` operator. In addition to Multiple categories can be combined using the `|` operator. In addition to
the category flags listed above the `DbCatEverything` flag may be used as the category flags listed above the `DbCatEverything` flag may be used as
a shortcut for listing all flags. 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 ### <a id="objecttype-idomysqlconnection"></a> IdoPgSqlConnection
IDO database adapter for PostgreSQL. IDO database adapter for PostgreSQL.
@ -1302,27 +1305,30 @@ Cleanup Items:
Data Categories: Data Categories:
Name | Description Name | Description | Required by
---------------------|---------------- ---------------------|------------------------|--------------------
DbCatConfig | Configuration data DbCatConfig | Configuration data | Icinga Web/Reporting
DbCatState | Current state data DbCatState | Current state data | Icinga Web/Reporting
DbCatAcknowledgement | Acknowledgements DbCatAcknowledgement | Acknowledgements | Icinga Web/Reporting
DbCatComment | Comments DbCatComment | Comments | Icinga Web/Reporting
DbCatDowntime | Downtimes DbCatDowntime | Downtimes | Icinga Web/Reporting
DbCatEventHandler | Event handler data DbCatEventHandler | Event handler data | Icinga Web/Reporting
DbCatExternalCommand | External commands DbCatExternalCommand | External commands | Icinga Web/Reporting
DbCatFlapping | Flap detection data DbCatFlapping | Flap detection data | Icinga Web/Reporting
DbCatCheck | Check results DbCatCheck | Check results | --
DbCatLog | Log messages DbCatLog | Log messages | Icinga Web/Reporting
DbCatNotification | Notifications DbCatNotification | Notifications | Icinga Web/Reporting
DbCatProgramStatus | Program status data DbCatProgramStatus | Program status data | Icinga Web/Reporting
DbCatRetention | Retention data DbCatRetention | Retention data | Icinga Web/Reporting
DbCatStateHistory | Historical state data DbCatStateHistory | Historical state data | Icinga Web/Reporting
Multiple categories can be combined using the `|` operator. In addition to Multiple categories can be combined using the `|` operator. In addition to
the category flags listed above the `DbCatEverything` flag may be used as the category flags listed above the `DbCatEverything` flag may be used as
a shortcut for listing all flags. 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 ### <a id="objecttype-livestatuslistener"></a> LiveStatusListener
Livestatus API interface available as TCP or UNIX socket. Historical table queries Livestatus API interface available as TCP or UNIX socket. Historical table queries