Sign inSign up

2400bod/nagios

By 2400bod

Updated over 8 years ago

nagios + nagios-images + check_nrpe

Image
1

912

2400bod/nagios repository overview

docker-nagios

This image ( 2400bod/nagios ) was created from alpine:latest and included nagios-image pack and check_nrpe plugin.

Commands
Run
docker run -d --name=nagios		\
	-v /opt/nagios/etc:/etc/nagios	\
	-v /opt/nagios/var:/var/nagios	\
	-p 0.0.0.0:80:80 2400bod/nagios
Check config

docker exec -ti nagios check-config

Logs

docker logs [-f] nagios

Reload config

docker exec -ti nagios reload or docker restart nagios

Add user

docker exec -ti nagios htpasswd /etc/nagios/nagios.users USERNAME


Username nagiosadmin, password nagios, timezone "UTC". To change these parameters need to rebuild the image.

Tag summary

Content type

Image

Digest

Size

44 MB

Last updated

over 8 years ago

docker pull 2400bod/nagios