Nagios container with NRPE.
Also contains:
Dockerfile linksYou can use the following docker-compose.yml file to run your container.
nagios:
restart: always
image: milk/nagios:latest
ports:
- 8000:80
volumes:
- ./etc:/opt/nagios/etc/
- ./ssmtp:/etc/ssmtp
With that file, your nagios configuration files for nagios must be in /opt/nagios/etc/
and your ssmtp configuration files must be in /etc/ssmtp.
This image is officially supported on Docker version 1.12.3.
Support for older versions is provided on a best-effort basis.
Please see the Docker installation documentation for details on how to upgrade your Docker daemon.
Content type
Image
Digest
Size
281.6 MB
Last updated
almost 10 years ago
docker pull milk/nagios