Page 1 of 1

ncpa in docker container

Posted: Thu Feb 02, 2017 2:21 pm
by kendallchenoweth
Hello,

Have you ever seen this error from an ncpa check running against a docker container? The check runs okay against a non docker host and runs okay locally on the system.

{
"value": {
"returncode": 3,
"stdout": "Unable to run check on non-child node. Revise your query."
}
}

Re: ncpa in docker container

Posted: Thu Feb 02, 2017 2:30 pm
by kendallchenoweth
We found the problem.

The script doesn't work right unless you change the directory to start the script in the parent directory.

Re: ncpa in docker container

Posted: Thu Feb 02, 2017 2:38 pm
by rkennedy
Aha - you're too fast. Just getting to this thread - as it sounds like you've figured this out, are we good to mark this thread resolved?

Re: ncpa in docker container

Posted: Fri Feb 03, 2017 12:23 pm
by kendallchenoweth
This is resolved