check_disk v2.0.3 -x failed on centos 7 with docker mounts

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
avandemore
Posts: 1597
Joined: Tue Sep 27, 2016 4:57 pm

Re: check_disk v2.0.3 -x failed on centos 7 with docker moun

Post by avandemore »

Those are from namespaces(7) so likely a docker artifact.

# ls -l /proc/$$/ns Should print out some more detail.
Previous Nagios employee
nagmoto
Posts: 195
Joined: Fri Jan 09, 2015 8:05 am

Re: check_disk v2.0.3 -x failed on centos 7 with docker moun

Post by nagmoto »

what is your docker version
mine is like following

Code: Select all

docker-engine-1.12.2-1.el7.centos.x86_64
Can you upgrade your test machine to same version to see if you have same issue ?

Thanks
avandemore
Posts: 1597
Joined: Tue Sep 27, 2016 4:57 pm

Re: check_disk v2.0.3 -x failed on centos 7 with docker moun

Post by avandemore »

Can you provide more details on your Docker setup which would be generating these types of mounts? If I can reproduce this with a set of known steps, then a bug report would carry much more weight.
Previous Nagios employee
nagmoto
Posts: 195
Joined: Fri Jan 09, 2015 8:05 am

Re: check_disk v2.0.3 -x failed on centos 7 with docker moun

Post by nagmoto »

I agree the exact steps to reproduce the issue is good for filing a bug report.
I can't do much on the production docker VM, I will try to learn/config docker on a test centos 7 VM to reproduce the issue.
This till take me some time, please leave this post open.
avandemore
Posts: 1597
Joined: Tue Sep 27, 2016 4:57 pm

Re: check_disk v2.0.3 -x failed on centos 7 with docker moun

Post by avandemore »

I'll leave it open, I don't know what version I used to test as the VM has been destroyed. It was the latest from official docs.
Previous Nagios employee
Locked