@@ -20,7 +20,7 @@ Make sure you use `director` as the module name. The following requirements must
20
20
* [ Icinga Web] ( https://github.com/Icinga/icingaweb2 ) (≥2.8.0). All versions since 2.2 should also work fine, but
21
21
might show smaller UI bugs and are not actively tested
22
22
* The following Icinga modules must be installed and enabled:
23
- * [ incubator] ( https://github.com/Icinga/icingaweb2-module-incubator ) (≥0.18 .0)
23
+ * [ incubator] ( https://github.com/Icinga/icingaweb2-module-incubator ) (≥0.21 .0)
24
24
* If you are using Icinga Web <2.9.0, the following modules are also required
25
25
* [ ipl] ( https://github.com/Icinga/icingaweb2-module-ipl ) (≥0.5.0)
26
26
* [ reactbundle] ( https://github.com/Icinga/icingaweb2-module-reactbundle ) (≥0.9.0)
@@ -41,7 +41,7 @@ and extract it to a folder named `director` in one of your Icinga Web module pat
41
41
You might want to use a script as follows for this task:
42
42
43
43
``` shell
44
- MODULE_VERSION=" 1.10.2.2023042001 "
44
+ MODULE_VERSION=" 1.10.3.2024020901 "
45
45
ICINGAWEB_MODULEPATH=" /usr/share/icingaweb2/modules"
46
46
REPO_URL=" https://github.com/Linuxfabrik/icingaweb2-module-director"
47
47
TARGET_DIR=" ${ICINGAWEB_MODULEPATH} /director"
@@ -60,7 +60,7 @@ Simply clone the repository in one of your Icinga web module path directories.
60
60
You might want to use a script as follows for this task:
61
61
62
62
``` shell
63
- MODULE_VERSION=" 1.10.2.2023042001 "
63
+ MODULE_VERSION=" 1.10.3.2024020901 "
64
64
ICINGAWEB_MODULEPATH=" /usr/share/icingaweb2/modules"
65
65
REPO_URL=" https://github.com/Linuxfabrik/icingaweb2-module-director"
66
66
TARGET_DIR=" ${ICINGAWEB_MODULEPATH} /director"
0 commit comments