mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
Docs: Add Icinga DB Web part
This commit is contained in:
parent
4fea8480fa
commit
5976e28a15
1 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
> 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.
|
||||
Loading…
Reference in a new issue