This repository contains the source for the Icinga2 Docker image.
It is based heavily on Jordan Jethwa's Icinga2 Docker image with some additions:
- added
nslookup
anddig
commands forcheck_dns
andcheck_dig
plugins; - added
whois
command; - added Net::SNMP Perl module for SNMP Manubulon plugins.
For container configuration please see jordan/icinga2.
Start a new container and bind to host's port 80
docker run -p 80:80 -t therek/icinga2ext:latest