Icinga / docker-icinga2

Official Icinga 2 Docker images
GNU General Public License v2.0
66 stars 30 forks source link

Enable features via environment variables #126

Open thschue opened 3 months ago

thschue commented 3 months ago

Hello Everyone!

I'm currently trying to automatically configure icinga with this Dockerfile. Many things are working pretty good, but I'm currently dealing with the problem that I cannot enable features (in my case influxdb) automatically (instead of icinga2 feature enable influxdb). I found the PR here: https://github.com/Icinga/docker-icinga2/pull/18 but this doesn't seem to be very active anymore. Is there already another way to achieve this or is this not possible at the moment? For icingaweb2 this worked pretty smooth for modules and env-variables.

Thank you in advance!