diff --git a/doc/01-Introduction.md b/doc/01-Introduction.md index 2dc9436..d613c84 100644 --- a/doc/01-Introduction.md +++ b/doc/01-Introduction.md @@ -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 @@ -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. diff --git a/doc/02-Configuartion-and-Behavior.md b/doc/02-Configuration-and-Behavior.md similarity index 100% rename from doc/02-Configuartion-and-Behavior.md rename to doc/02-Configuration-and-Behavior.md