Page 1 of 1
NCPA does not see mounts that are there
Posted: Wed Jun 24, 2020 4:13 pm
by dlukinski
Hello XI Support
What to do when NCPA does not see Linux mounts that are there (NRPE sees them on the same host)
- we are trying to switch all of our SUSE servers from NRPE to NCPA because we are having troubles with installing NRPE on SUSE and it overloads some hosts with many connectivity errors
Thank you
Re: NCPA does not see mounts that are there
Posted: Wed Jun 24, 2020 4:53 pm
by ssax
Is it an NFS mount?
I'm wondering if you're hitting this:
https://github.com/NagiosEnterprises/ncpa/issues/643
If it's not NFS, check in your ncpa.cfg on the remote system to make sure it's not listed in the exclude_fs_types line:
Code: Select all
exclude_fs_types = aufs,autofs,binfmt_misc,cifs,cgroup,configfs,debugfs,devpts,devtmpfs,encryptfs,efivarfs,fuse,fusectl,hugetlbfs,mqueue,nfs,overlayfs,proc,pstore,rpc_pipefs,securityfs,selinuxfs,smb,sysfs,tmpfs,tracefs
Re: NCPA does not see mounts that are there
Posted: Fri Jul 03, 2020 10:08 am
by dlukinski
ssax wrote:Is it an NFS mount?
I'm wondering if you're hitting this:
https://github.com/NagiosEnterprises/ncpa/issues/643
If it's not NFS, check in your ncpa.cfg on the remote system to make sure it's not listed in the exclude_fs_types line:
Code: Select all
exclude_fs_types = aufs,autofs,binfmt_misc,cifs,cgroup,configfs,debugfs,devpts,devtmpfs,encryptfs,efivarfs,fuse,fusectl,hugetlbfs,mqueue,nfs,overlayfs,proc,pstore,rpc_pipefs,securityfs,selinuxfs,smb,sysfs,tmpfs,tracefs
This worked, thank you
Please close the case
Re: NCPA does not see mounts that are there
Posted: Sat Jul 04, 2020 7:09 am
by scottwilkerson
dlukinski wrote:ssax wrote:Is it an NFS mount?
I'm wondering if you're hitting this:
https://github.com/NagiosEnterprises/ncpa/issues/643
If it's not NFS, check in your ncpa.cfg on the remote system to make sure it's not listed in the exclude_fs_types line:
Code: Select all
exclude_fs_types = aufs,autofs,binfmt_misc,cifs,cgroup,configfs,debugfs,devpts,devtmpfs,encryptfs,efivarfs,fuse,fusectl,hugetlbfs,mqueue,nfs,overlayfs,proc,pstore,rpc_pipefs,securityfs,selinuxfs,smb,sysfs,tmpfs,tracefs
This worked, thank you
Please close the case
Great
Locking thread