manios / docker-nagios

Docker image for Nagios Core in Alpine Linux with basic plugins, available for x86, x64 , ARM v6, ARM v7 and ARM64.
https://www.nagios.org/
Other
60 stars 28 forks source link

feature request: nagios 4.4.7 #42

Closed qeepcologne closed 2 years ago

qeepcologne commented 2 years ago

What happened?

new version released some days ago, is it possible to provide update

Image information

-

Image architecture

amd64

Relevant log output

No response

manios commented 2 years ago

Hi @qeepcologne !

Thanks for the info! I am working on it. At the moment it is not working and Nagios 4.4.7 keeps restarting. You can see the attempts in branch build9.

Any ideas on how to resolve this are welcome.

Best regards, Christos

qeepcologne commented 2 years ago

did you try to disable check_for_updates ? https://github.com/NagiosEnterprises/nagioscore/issues/861

manios commented 2 years ago

Hi @qeepcologne!

Indeed, by setting check_for_updates=0 in "${NAGIOS_HOME}/etc/nagios.cfg it works. I have added that to be done automatically on every start. The user will see this in Nagios homeoage until the issue nagioscore/#861 is resolved.

image

Please use :

docker pull manios/nagios:latest
# OR
docker pull manios/nagios:build-9
# OR
docker pull manios/nagios:4.4.7

to test.

Thanks, Chris