You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/01-About.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,10 @@ Icinga DB Web also connects to the Icinga 2 API with its Command Transport to ac
34
34
35
35
These are the components of Icinga DB embedded into an Icinga setup with Icinga 2 and Icinga Web 2.
36
36
37
+
Since the Icinga DB daemon always receives the latest information from Redis®, it is an ideal candidate to distribute information further.
38
+
In addition to inserting data into a relational database, Icinga DB can also forward events to [Icinga Notifications](https://icinga.com/docs/icinga-notifications/),
39
+
as described in the [configuration section](03-Configuration.md#notifications-source-configuration).
40
+
37
41
## Installation
38
42
39
43
To install Icinga DB see [Installation](02-Installation.md).
| count |**Optional.** Number of old historical data a single query can delete in a `"DELETE FROM ... LIMIT count"` manner. Defaults to `5000`. |
175
175
| options |**Optional.** Map of history category to number of days to retain its data. Available categories are `acknowledgement`, `comment`, `downtime`, `flapping`, `notification` and `state`. |
176
176
177
+
## Notifications Source Configuration
178
+
179
+
Icinga DB can act as an event source for [Icinga Notifications](https://icinga.com/docs/icinga-notifications/).
180
+
If configured, Icinga DB will submit events to the Icinga Notifications API.
181
+
182
+
For YAML configuration, the options are part of the `notifications-source` dictionary.
183
+
For environment variables, each option is prefixed with `ICINGADB_NOTIFICATIONS_SOURCE_`.
0 commit comments