Skip to content

Commit

Permalink
Update docs/
Browse files Browse the repository at this point in the history
  • Loading branch information
martialblog committed Aug 5, 2024
1 parent 113d964 commit e3899de
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/01-Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ children:
- servicegroup: http
```
The files are stored in `/etc/icingaweb2/modules/toplevelview/views/`.
Example: `/etc/icingaweb2/modules/toplevelview/views/myview.yml`.

**Hint:** Top Level View can use additional status logic for its views, see later chapters on details.

## Installation
Expand Down Expand Up @@ -68,4 +71,14 @@ Top Level View offers the following permissions and restrictions:
* Restriction `toplevelview/filter/edit`, restrict edit rights to Views that match the filter (comma-separated values)
* Restriction `toplevelview/filter/views`, restrict access to Views that match the filter (comma-separated values)

Restrictions use the filename of the YAML files. Example: `toplevelview/filter/edit: myview,anotherview`

```bash
ls -l /etc/icingaweb2/modules/toplevelview/views/
myview.yml
anotherview.yml
someview.yml
```

**Hint:** Commas in filenames should be avoided.
File renamed without changes.

0 comments on commit e3899de

Please sign in to comment.