Search found 4 matches

by aas-it
Tue Apr 21, 2020 9:05 am
Forum: Open Source Nagios Projects
Topic: Docker, check_docker.py UNKNOWN: cURL call failed
Replies: 5
Views: 4721

Re: Docker, check_docker.py UNKNOWN: cURL call failed

Hello again, oh no it does not work again. Seems it has to do with the /var/run/docker.sock I have 3 cloned same VM's with the same Docker versions and the same Docker App. on one of them I changed chmod 666 to the docker.sock on the other two i didnt. 2 of them worked with check_docker, one not. I ...
by aas-it
Tue Apr 21, 2020 3:18 am
Forum: Open Source Nagios Projects
Topic: Docker, check_docker.py UNKNOWN: cURL call failed
Replies: 5
Views: 4721

Re: Docker, check_docker.py UNKNOWN: cURL call failed

Hello ssax, thank you very much for these, chmod on the run files did not do anything, but adding the /etc/docker/daemon.json did something. I added the users "nagios" and "nrpe" to the docker group "docker" -> docker:x:985:nagios,nrpe Now 3 of 5 checks are working more...
by aas-it
Tue Apr 14, 2020 5:07 am
Forum: Open Source Nagios Projects
Topic: Docker, check_docker.py UNKNOWN: cURL call failed
Replies: 5
Views: 4721

Re: Docker, check_docker.py UNKNOWN: cURL call failed

What do u mean exactly? I am sure able to change the configuration, otherwise I could not test it. The Problem is that a call from Nagios Server gives the Error, but localy from the Target not! The Service Configuration is the official default check_docker.py from Nagios XI Docker Wizard... I did no...
by aas-it
Thu Apr 09, 2020 7:18 am
Forum: Open Source Nagios Projects
Topic: Docker, check_docker.py UNKNOWN: cURL call failed
Replies: 5
Views: 4721

Docker, check_docker.py UNKNOWN: cURL call failed

When I start the Check /usr/local/nagios/libexec/check_ncpa.py -H servername-t 'ncpatoken' -P 5693 -M plugins/check_docker.py and so on from nagios server, I get this Error UNKNOWN: cURL call failed when i start with the same argument localy on the server to check: python check_docker.py -H localhos...