This image ( 2400bod/nagios ) was created from alpine:latest and included nagios-image pack and check_nrpe plugin.
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
docker exec -ti nagios check-config
docker logs [-f] nagios
docker exec -ti nagios reload or docker restart nagios
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.
Content type
Image
Digest
Size
44 MB
Last updated
over 8 years ago
docker pull 2400bod/nagios