Search found 2 matches
- Tue Oct 09, 2018 2:51 pm
- Forum: Nagios XI
- Topic: Docker Remote API
- Replies: 4
- Views: 1404
Re: Docker Remote API
You can do much of this with NCPA and the Docker Wizard built into the current version of Nagios XI Hi Scott, Thanks for the update. I tried NCPA but there is a field "Docker API Base URL" which is sort of confusing to me. As I said in my previous post, curl command "curl --unix-sock...
- Tue Oct 09, 2018 1:42 pm
- Forum: Nagios XI
- Topic: Docker Remote API
- Replies: 4
- Views: 1404
Docker Remote API
Hi Team, I am trying to monitor containers on my OpenShift platform. For some reason, below curl command does not works from my nagios VM to the OpenShift VMs: curl -f -g http://ip:port/containers/json?all=true If I try to run below curl command locally from the OpenShift node, I get all details: cu...