docker-compose-icinga
docker-compose-icinga copied to clipboard
docker-compose Icinga stack
Hi, i can enable vsphere module, create vsphere db + user. But i cant find the place where i put: /usr/bin/icingacli vspheredb daemon run icinga2 container doesnt have icingacli installed,...
Greetings! I'm mostly just here to give some feedback as a completely new user to icinga2 and my experience during setup/testing so far. At this point I have the stack...
> BTW.: do you have a good idea for icingacli checks? As web and icinga are splitted, the checks can't run as there is no icingacli. Maybe a Phar of...
To use the docker-compose file for podman, it needs some modifications. The following modifications are done: * Added Selinux volume options (the strange z's at the end of the volume-mount...
Hi there, this project is really useful, as it ties all the docker containers together into a useable whole that one can actually test. Currently the only way to discover...
./icinga2.conf.d is mounted at /custom_data/custom.conf.d but this doesn't seem to work and I can't find anything in https://github.com/Icinga/docker-icinga2 that looks for this directory.
When running the docker-compose for the first time I hit this error. mysql_1 | ls: cannot open directory '/docker-entrypoint-initdb.d/': Permission denied This is due to the volume mounted from ./env/mysql...
In deploying this project, I found that no container versions were given; that means docker will use "latest" as a version, which means that results can vary from day to...
Running into a deployment issue, I wanted to document the mitigation. The TL;DR is: mitigate before `docker-compose up` using: `chmod -R ugo+rx env/mysql` Of note: my docker-compose is a `1.28`...
From what I can see, this docker setup assumes that the hostname for icinga will be icinga2. How would you specify a proper fqdn hostname? Since it seems that I...