Open MarcusCaepio opened 1 year ago
A "grep" in the source code does not find any references to the monitoring module, so removing the "Depends:" line in module.info makes the module work again - but of course someone with knowledge of the module should check and fix it.
diff --git a/module.info b/module.info
index 483294b..15f4284 100644
--- a/module.info
+++ b/module.info
@@ -1,5 +1,4 @@
Name: AWS
Version: 1.0.0
-Depends: monitoring
Description: PuppetDB module for Icinga Web 2
This module provides a PuppetDB import source for Icinga Director
If you have deactivated the IDO backend including the monitoring module and only activated the IcingaDB front- and backend, you cannot activate the puppetdb module due to an unmet dependency on the monitoring module.
Expected Behavior
Module can be used in environments with IcingaDB
Current Behavior
Module cannot be used in IcingaDB environments at the moment
Possible Solution
Make it IcingaDB compatible :)
Steps to Reproduce (for bugs)
Context
I want to try the puppet importsource in an IcingaDB environment
Your Environment
icinga2 --version
): v2.13.7Thanks and cheers, Marcus