Page 1 of 1

Nagios Not Running (Docker)

Posted: Wed Jun 07, 2017 8:43 am
by MouadMimouni
Hello,
I installed Nagios with docker using this command :

docker run --name nagios -d
-v /home/noveladmin/docker-data/nagios/etc/:/opt/nagios/etc/
-v /home/noveladmin/docker-data/nagios/var:/opt/nagios/var/
-v /home/noveladmin/docker-data/nagios/custom-plugins:/opt/custom-nagios-plugins
-p 0.0.0.0:8080:80 jasonrivers/nagios:latest

When I connect to the Nagios interface I have "Nagios Not Running" and looking at the logs I have the following message (Screenshot), while the file "var" have all permission

Re: Nagios Not Running (Docker)

Posted: Wed Jun 07, 2017 12:54 pm
by avandemore
How did you install Nagios? Our standard installation process should create the correct permissions:
https://assets.nagios.com/downloads/nag ... Source.pdf

Re: Nagios Not Running (Docker)

Posted: Wed Jun 21, 2017 1:34 pm
by tmcdonald
Just checking in since we have not heard from you in a while. Did @avandemore's post clear things up or has the issue otherwise been resolved?