Skip to content

Commit

Permalink
doc: Mention required apache mods for desktop notifications (#243)
Browse files Browse the repository at this point in the history
resolves #240
  • Loading branch information
nilmerg authored Jul 22, 2024
2 parents 0c4e41a + f164708 commit 6560e8d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/03-Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 8 additions & 0 deletions doc/06-Desktop-Notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ daemon's configuration.
</LocationMatch>
```

!!! Note

The following modules need to be enabled in Apache for this configuration to work:

- `proxy`
- `proxy_http`
- `headers`

**Nginx**

```
Expand Down

0 comments on commit 6560e8d

Please sign in to comment.