Icinga / docker-icinga2

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

adding important package to the Dockerfile #57

Closed stefanjay closed 2 years ago

stefanjay commented 3 years ago

adding important package icinga2-ido-mysql to the Dockerfile, to be able to use the monitoring, graphite and cubes modules

julianbrost commented 3 years ago

Can you please describe the issue you're trying to solve with this PR? This would install an old version of the package from the Debian repos which is probably not the ideal solution as this should be installed to the image in a later step in the Dockerfile.

stefanjay commented 3 years ago

Hi, thanks for commenting. I'm working on and off trying to auto deploy the icinga2 stack using the official icinga/icinga2 image provided from dockerhub. As I also want to enable the monitoring (+ graphite) and cubes modules I need- in respect to the official documentation- this package. If there's another way in how to achieve this please feel free to tell me. I simply don't want to exec to the container to install it manually.

julianbrost commented 3 years ago

Even though the Docker images are based on Debian, you don't have to follow the installation instructions for Debian, but treat them as a separate installation method. You shouldn't have to do much more than what's said in the READMEs (docker-icinga2, docker-icingaweb2). The Web 2 modules come preinstalled there, you just have to enable them.