You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to edit the graphite templates that (from Icingaweb2 documentation) I believe is located in /usr/local/share/icingaweb2/modules/graphite in the Icinga container.
I tried to add a volume for this directory in the docker-compose.yml like this:
But I receive these errors when I try and run docker-compose up
icingaweb2 | Found invalid module in enabledModule directory "/etc/icingaweb2/enabledModules": "/etc/icingaweb2/enabledModules/reactbundle" points to non existing path "false"
icingaweb2 | Found invalid module in enabledModule directory "/etc/icingaweb2/enabledModules": "/etc/icingaweb2/enabledModules/incubator" points to non existing path "false"
icingaweb2 | Found invalid module in enabledModule directory "/etc/icingaweb2/enabledModules": "/etc/icingaweb2/enabledModules/ipl" points to non existing path "false"
icingaweb2 | Found invalid module in enabledModule directory "/etc/icingaweb2/enabledModules": "/etc/icingaweb2/enabledModules/graphite" points to non existing path "false"
icingaweb2 | Found invalid module in enabledModule directory "/etc/icingaweb2/enabledModules": "/etc/icingaweb2/enabledModules/director" points to non existing path "false"
icingaweb2 | Module path "/etc/icingaweb2/userModules" does not exist
icingaweb2 | ERROR: Icinga\Exception\ConfigurationError in /usr/share/php/Icinga/Application/Modules/Manager.php:248 with message: Cannot enable module "director". Module is not installed.
icingaweb2 | run-parts: /opt/setup/61-icingaweb2-director exited with return code 1
The text was updated successfully, but these errors were encountered:
You shouldn't need to edit the graphite module at all. Standard configuration can be done in the docker command or compose file: https://github.com/jjethwa/icinga2#graphite
Hi,
I'm trying to edit the graphite templates that (from Icingaweb2 documentation) I believe is located in /usr/local/share/icingaweb2/modules/graphite in the Icinga container.
I tried to add a volume for this directory in the docker-compose.yml like this:
But I receive these errors when I try and run
docker-compose up
The text was updated successfully, but these errors were encountered: