From 159b1825dd84ab6aa65c578204f6d133e643e9a8 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 7 Jul 2021 10:37:20 +0200 Subject: [PATCH] ipl and reactbundle are only required for Icinga Web < 2.9.0 --- doc/02-Installation.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/02-Installation.md b/doc/02-Installation.md index 08b07cf8..5af93771 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -19,9 +19,10 @@ Requirements * Icinga Web 2 (>= 2.6.0). All versions since 2.2 should also work fine, but might show smaller UI bugs and are not actively tested * The following Icinga modules must be installed and enabled: - * [ipl](https://github.com/Icinga/icingaweb2-module-ipl) (>=0.3.0) * [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (>=0.5.0) - * [reactbundle](https://github.com/Icinga/icingaweb2-module-reactbundle) (>=0.7.0) + * If you are using Icinga Web < 2.9.0, the following modules are also required + * [ipl](https://github.com/Icinga/icingaweb2-module-ipl) (>=0.3.0) + * [reactbundle](https://github.com/Icinga/icingaweb2-module-reactbundle) (>=0.7.0) * A database, MySQL (>= 5.1) or PostgreSQL (>= 9.1). MariaDB and other MySQL forks are also fine. Mentioned versions are the required minimum, for MySQL we suggest using at least 5.5.3, for PostgreSQL 9.4.