summaryrefslogtreecommitdiffstats
path: root/doc/03-Configuration.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 13:28:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 13:28:59 +0000
commit978a1651bac3faf5e91ddba327bf39aeb6a4cb63 (patch)
treef0d1fee61877df200ccfb1c0af58a39cd551fb46 /doc/03-Configuration.md
parentInitial commit. (diff)
downloadicingaweb2-module-reporting-978a1651bac3faf5e91ddba327bf39aeb6a4cb63.tar.xz
icingaweb2-module-reporting-978a1651bac3faf5e91ddba327bf39aeb6a4cb63.zip
Adding upstream version 0.10.0.upstream/0.10.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/03-Configuration.md')
-rw-r--r--doc/03-Configuration.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/03-Configuration.md b/doc/03-Configuration.md
new file mode 100644
index 0000000..f06481c
--- /dev/null
+++ b/doc/03-Configuration.md
@@ -0,0 +1,33 @@
+# Configuration
+
+1. [Backend](#backend)
+2. [Mail](#mail)
+3. [Permissions](#permissions)
+
+## Backend
+
+If not already done during the installation of Icinga Reporting, setup the reporting database backend now.
+
+Create a new [Icinga Web 2 resource](https://icinga.com/docs/icingaweb2/latest/doc/04-Resources/#database)
+for [Icinga Reporting's database](https://icinga.com/docs/icinga-reporting/latest/doc/02-Installation/#database-setup)
+using the `Configuration -> Application -> Resources` menu.
+
+Then tell Icinga Reporting which database resource to use. This can be done in
+`Configuration -> Modules -> reporting -> Backend`. If you've used `reporting`
+as name for the resource, this is optional.
+
+## Mail
+
+At `Configuration -> Modules -> reporting -> Mail` you can configure the address
+that is used as the sender's address (From) in E-mails.
+
+## Permissions
+
+There are four permissions that can be used to control what can be managed by whom.
+
+Permission | Applies to
+---------------------|----------------
+reporting/reports | Reports (create, edit, delete)
+reporting/schedules | Schedules (create, edit, delete)
+reporting/templates | Templates (create, edit, delete)
+reporting/timeframes | Timeframes (create, edit, delete)