Skip to content

ZephORSC/Docker-Nagios

 
 

Repository files navigation

Docker-Nagios

Docker image for Nagios

Nagios Core 4.1.1 running on Ubuntu 16.04 LTS with NagiosGraph & NRPE

Configurations

Nagios Configuration lives in /opt/nagios/etc NagiosGraph configuration lives in /opt/nagiosgraph/etc

Install

docker pull jasonrivers/nagios:latest

Running

Run with the example configuration with the following:

docker run --name nagios4 -p 0.0.0.0:8080:80 jasonrivers/nagios:latest

alternatively you can use external Nagios configuration & log data with the following:

docker run --name nagios4 -v /path-to-nagios/etc/:/opt/nagios/etc/ -v /path-to-nagios/var:/opt/nagios/var/ -p 0.0.0.0:8080:80 jasonrivers/nagios:latest

For best results your Nagios image should have access to both IPv4 & IPv6 networks

Extra Plugins

About

Docker image for Nagios

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 75.5%
  • Shell 24.5%