NCPA does not see mounts that are there

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

NCPA does not see mounts that are there

Post 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
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: NCPA does not see mounts that are there

Post 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
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

Re: NCPA does not see mounts that are there

Post 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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NCPA does not see mounts that are there

Post 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
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked