From 5976e28a15f8ea3ab119c0ba2202b7e39a6339bb Mon Sep 17 00:00:00 2001 From: Noah Hilverling Date: Fri, 13 Mar 2020 09:37:49 +0100 Subject: [PATCH] Docs: Add Icinga DB Web part --- doc/02-Installation.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/02-Installation.md b/doc/02-Installation.md index 69321d90..8029b7ed 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -194,4 +194,8 @@ systemctl start icingadb By default `icingadb-redis` listens only on `127.0.0.1`. If you want to change that (e.g. Icinga Web 2), just change `bind 127.0.0.1 ::1` and `protected-mode yes` in `/etc/icinga-redis/icingadb-redis.conf` to the interface you want to use and `protected-mode no`. -> WARNING: Make sure your host is secured by some kind of firewall, if you open Redis to an external interface. Redis, by default, does not have any authentication that prevent others from accessing it. \ No newline at end of file +> WARNING: Make sure your host is secured by some kind of firewall, if you open Redis to an external interface. Redis, by default, does not have any authentication that prevent others from accessing it. + +### Icinga DB Web + +Consult the [Icinga DB Web documentation](https://icinga.com/docs/icingadb/latest/icingadb-web/doc/02-Installation/) on how to connect Icinga Web 2 with Icinga DB. \ No newline at end of file