Icinga is an open source computer system and network monitoring application.
557
Icinga is an open source computer system and network monitoring application.
docker pull caligari/icinga:latest
Available image tags here.
git clone [email protected]:rafacouto/docker-icinga.git
docker build -t caligari/icinga:latest ./docker-icinga
Start Icinga app and access via web interface with user icingaadmin and password mySecret:
docker run -d -p 80:80 \
-e ICINGA_ADMIN_USER="admin" \
-e ICINGA_ADMIN_PASS="v3rySecreT" \
caligari/icinga
docker run \
-e ICINGA_ADMIN_USER="admin" \
-e ICINGA_ADMIN_PASS="changeMe!" \
caligari/icinga
Content type
Image
Digest
Size
90 MB
Last updated
over 8 years ago
docker pull caligari/icinga