docker-icinga2
docker-icinga2 copied to clipboard
Official Icinga 2 Docker images
to save build time. Also, it looks weird to provide these, but no ARM32 **packages**.
fixes #5 fixes #126
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...
The built-in command check_snmp does not work because the binary snmpget is not installed. ```shell icinga@icinga-icinga2-0:/$ /usr/lib/nagios/plugins/check_snmp -v -C xxx -H yyy ... -v /usr/bin/snmpget -Le -t 60 -r 5...
so that Compose can tell whether we actually started successfully.
When looking at dockerhub, i see that there are tags for all versions, but also e.g. `support-2.14`. The documentation should reflect what these tags mean and which one is the...
Hi i use icinga2 and icingaweb2 as two different docker container, who can i use icingacli vspheredb check vm --name VMNAME to check services if the command and installation is...
Icinga2 contains a definition for the check_nrpe command: https://github.com/Icinga/icinga2/blob/master/itl/command-plugins.conf#L2316 therefore the dependency for this command should also be installed.
it would be useful to add the below in the same way ICINGA_CACERT works. ICINGA_CERT - node cert to be used to auth with master ICINGA_CERTKEY - key to go...
I have some custom settings that I need to set, and would like to thus customise the setup routine of the docker container. Currently it runs some form of `icinga2...