File: 09-Security.md

package info (click to toggle)
icingaweb2-module-eventdb 1.3.0-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,040 kB
  • sloc: php: 2,044; sh: 105; javascript: 85; xml: 18; makefile: 16
file content (26 lines) | stat: -rw-r--r-- 876 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Security
============================

The EventDB Module provides permissions and restrictions as described below.

## Permissions

| Name             | Description |
| ---------------- | ----------- |
| eventdb/events   | Allow to view events |
| eventdb/comments | Allow to view comments |
| eventdb/interact | Allow to acknowledge and comment events |

## Restrictions

| Name                    | Description |
| ----------------------- | ----------- |
| eventdb/events/filter   | Restrict views to the events that match the filter |
| eventdb/comments/filter | Restrict views to the comments that match the filter |

## Examples

| eventdb/events/filter      | Description |
| -------------------------- | ----------- |
| type!=syslog               | Hide the Syslog events from a role |
| type=syslog&program=icinga | Show only Icinga-related Syslog events to a role |