Skip to content

starchy/docker-nagios

 
 

Repository files navigation

Docker Build Statu Docker Automated buil

docker-nagios

Docker container for Nagios 4.3.2

"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 16.04 use the commands:

$ sudo apt-get update
$ wget -qO- https://get.docker.com/ | sh

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 password: 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

note: to access site is http://server_ip:external_container_port/nagios/

update to nrpe-3.1.1

update to nagios-plugins-2.2.1

More Info

About Nagios www.nagios.org

To help improve this container quantumobject/docker-nagios

For additional info about us and our projects check our site www.quantumobject.org

About

container running nagios

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%