From 3eb6ab6cd9ab2d17efb323f1448d32906a0f6e54 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 22 Jul 2024 15:18:09 +0200 Subject: [PATCH 1/2] doc: Mention required apache mods for desktop notifications resolves #240 --- doc/06-Desktop-Notifications.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/06-Desktop-Notifications.md b/doc/06-Desktop-Notifications.md index dcd81f30..f57923a0 100644 --- a/doc/06-Desktop-Notifications.md +++ b/doc/06-Desktop-Notifications.md @@ -68,6 +68,14 @@ daemon's configuration. ``` +!!! Note + + The following modules need to be enabled in Apache for this configuration to work: + + - `proxy` + - `proxy_http` + - `headers` + **Nginx** ``` From f164708e1abc7176d55f57503655f2a1ee1868b6 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 22 Jul 2024 15:26:55 +0200 Subject: [PATCH 2/2] doc: Standardize lists in mkdocs tips everywhere --- doc/03-Configuration.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/03-Configuration.md b/doc/03-Configuration.md index cf5c15c4..9f604e60 100644 --- a/doc/03-Configuration.md +++ b/doc/03-Configuration.md @@ -59,10 +59,8 @@ You need to provide at least one valid source for this module to function proper The API user needs the following [permissions](https://icinga.com/docs/icinga-2/latest/doc/12-icinga2-api/#overview): - - `events/*` - - - `objects/query/*` - + - `events/*` + - `objects/query/*` - `status/query` If you want the notifications module to process Icinga 2 events, you will need to add it as a source: