Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Mention required apache mods for desktop notifications #243

Merged
merged 2 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading