docker-nagios

Docker container for Nagios 4.1.0rc1

"Nagios Is The Industry Standard In IT Infrastructure Monitoring. Achieve instant awareness of IT infrastructure problems, so downtime doesn't adversely affect your business.Nagios offers complete monitoring and alerting for servers, switches, applications, and services."

Install dependencies

To install docker in Ubuntu 14.04 use the commands:

$ sudo apt-get update
$ sudo apt-get install docker.io

To install docker in other operating systems check docker online documentation

Usage

To run container use the command below:

$ docker run -d -p 25 -p 80 quantumobject/docker-nagios

login : nagiosadmin passdword: admin please replace it after install.

to access the container please use :

$ docker exec -it container_id  /bin/bash

to replace password :

$ htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin

Update (2015/03/19) Added NRPE checks support.

More Info

About Nagios www.nagios.org

To help improve this container quantumobject/docker-nagios