JasonRivers / Docker-Nagios

Docker image for Nagios
MIT License
231 stars 253 forks source link

Nagios not accessible #86

Open holzfelix opened 5 years ago

holzfelix commented 5 years ago

Hi I run your docker image with nagios. It worked fine until this morning. after an restart I cannot access the UI via the port. Service is running I htop shows the checks

what could be the issue?

rogerniesten commented 5 years ago

What is the exact behavior? Some more information would be usefull....Do you e.g. see an "internal server error"?

In case you see an "Internal server error", the following information might be helpfull: I had this issue after a new deployment, because the htpasswd.users file was removed and missing afterwards and docker created a new directory with that name instead (I mounted this file as volume). So the GUI couldn't authenticate anyone and thus not showing anything but the 500 error.

holzfelix commented 5 years ago

No I got this error:

Service Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

Additionally, a 503 Service Unavailable error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2.4.10 (Debian) Server at nagios.jitest.de Port 80

holzfelix commented 5 years ago

I think issue is: Failed to connect to localhost port 80: Connection refused