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."
}
}
ncpa in docker container
-
kendallchenoweth
- Posts: 195
- Joined: Fri Sep 13, 2013 10:43 am
Re: ncpa in docker container
We found the problem.
The script doesn't work right unless you change the directory to start the script in the parent directory.
The script doesn't work right unless you change the directory to start the script in the parent directory.
Re: ncpa in docker container
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?
Former Nagios Employee
-
kendallchenoweth
- Posts: 195
- Joined: Fri Sep 13, 2013 10:43 am
Re: ncpa in docker container
This is resolved