Docker-Nagios
Docker-Nagios copied to clipboard
Nagios not accessible
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?
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.
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
I think issue is: Failed to connect to localhost port 80: Connection refused