Sign inSign up

koyeung/nagios

By koyeung

•Updated over 8 years ago

Quickstart Nagios

Image
1

1.5K

koyeung/nagios repository overview

⁠docker-nagios

Quickstart Nagios Core⁠

⁠Setup docker image

⁠Method 1: Build it

Copy the sources to your docker host and build the container:

# docker build --rm -t <username>/nagios .

⁠Method 2: Pull from Docker Hub

Get it from Docker Hub,

# docker pull docker.io/koyeung/nagios

⁠Running

Run the container and browse to http://containerhost/nagios/,

# docker run --name nagios -d -p 80:80 <username>/nagios

The following are configurable environment variables (and the default values)

NAGIOSADMIN_USER=nagiosadmin
NAGIOSADMIN_PASS=nagios
NAGIOSADMIN_EMAIL=nagios@localhost
TZ=Etc/UTC

Please check Dockerfile for more information.

Tag summary

Content type

Image

Digest

Size

208.8 MB

Last updated

over 8 years ago

docker pull koyeung/nagios