Docker container for Nagios
docker-nagios
Docker container for Nagios 4.1.1
"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 15.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
Update (2015/03/19) Added NRPE checks support.
note: to access site is http://server_ip:external_container_port/nagios/
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
No comments:
Post a Comment