This image runs the latest nagios version 4.5.8 on a RASPI.
This is how I run it:
docker run -d --name nagios
-v /home/pi/Docker/data/nagios/etc/:/opt/nagios/etc/
-v /home/pi/Docker/data/nagios/var:/opt/nagios/var/
-v /home/pi/Docker/data/nagios/plugins:/opt/Custom-Nagios-Plugins
-v /home/pi/Docker/data/nagios/nagiosgraph/var:/opt/nagiosgraph/var
-e TZ=Europe/Berlin
-p 0.0.0.0:8080:80
--restart always
tytur/nagios:4.5.8
Content type
Image
Digest
sha256:8b110ca5e…
Size
229.1 MB
Last updated
almost 2 years ago
docker pull tytur/nagios:4.5.8