Skip to content

Commit 31d7f87

Browse files
added monitoring to icingaweb2_module_packages (#402)
* Add internal modules to installable modules list * Add dummy task files for internal modules --------- Co-authored-by: Donien <[email protected]>
1 parent c7a40c5 commit 31d7f87

File tree

6 files changed

+13
-0
lines changed

6 files changed

+13
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
bugfixes:
3+
- Add internal modules to installable modules list. This allows for modules directly shipped with Icinga Web 2 to be configurable.
4+
This mostly affects the :code:`monitoring` module since it has actual configuration options. Others like :code:`setup` can now be enabled/disabled.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Placeholder to keep logic consistent. No configuration is needed.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Placeholder to keep logic consistent. No configuration is needed.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Placeholder to keep logic consistent. No configuration is needed.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Placeholder to keep logic consistent. No configuration is needed.

roles/icingaweb2/vars/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ icingaweb2_module_packages:
66
x509: icinga-x509
77
businessprocess: icinga-businessprocess
88
kubernetes: icinga-kubernetes-web
9+
monitoring: icingaweb2
10+
doc: icingaweb2
11+
migrate: icingaweb2
12+
setup: icingaweb2
13+
translation: icingaweb2

0 commit comments

Comments
 (0)