Sign inSign up

milk/nagios

By milk

Updated almost 10 years ago

Nagios container with NRPE.

Image
1

461

milk/nagios repository overview

Nagios

Nagios container with NRPE.

Also contains:

Base image

How to use this image

You 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.

Supported Docker versions

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.

Tag summary

Content type

Image

Digest

Size

281.6 MB

Last updated

almost 10 years ago

docker pull milk/nagios