Sign inSign up

guessi/docker-nagios4

By guessi

Updated 7 months ago

Dockerized Nagios Service

Image
Developer tools
Monitoring & observability
1

2.3K

guessi/docker-nagios4 repository overview

Dockerized Nagios Service

Docker Stars Docker Pulls Docker Automated

Integrated Items

  • Nagios Core 4.5.11
  • Nagios Plugins 2.4.12
  • NRPE 4.1.3

Usage

To run a nagios service with default config, use the command below:

docker run -d \
  -p 80:80 \
  -p 443:443 \
  -p 5666:5666 \
    guessi/docker-nagios4

To run with persistent data, use the command below:

docker run -d \
  -p 80:80 \
  -p 443:443 \
  -p 5666:5666 \
  -v $(pwd)/path/to/config:/opt/nagios/etc:ro \
    guessi/docker-nagios4

To run with customized login username/password, use the command below:

docker run -d \
  -p 80:80 \
  -p 443:443 \
  -p 5666:5666 \
  -v $(pwd)/path/to/passwd:/opt/nagios/htpasswd.users:ro \
  -v $(pwd)/path/to/config:/opt/nagios/etc:ro \
    guessi/docker-nagios4

Dashboard

Tag summary

Content type

Image

Digest

sha256:fe6eb65de

Size

287.3 MB

Last updated

7 months ago

docker pull guessi/docker-nagios4