NCPA v2.1.4 not detecting NFS v3 mounts

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NCPA v2.1.4 not detecting NFS v3 mounts

Post by scottwilkerson »

Can you try try replacing this

Code: Select all

exclude_fs_types = testdebug
with this

Code: Select all

exclude_fs_types = 
and restart ncpa. this is how I had it on my machine and could see it fine
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
madhu2852
Posts: 50
Joined: Mon Aug 28, 2017 1:13 pm

Re: NCPA v2.1.4 not detecting NFS v3 mounts

Post by madhu2852 »

yes I tried that as well , still it doesn't working.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: NCPA v2.1.4 not detecting NFS v3 mounts

Post by ssax »

Can you try upgrading to NCPA v2.1.5 to see if that allows it to work?
madhu2852
Posts: 50
Joined: Mon Aug 28, 2017 1:13 pm

Re: NCPA v2.1.4 not detecting NFS v3 mounts

Post by madhu2852 »

Yes I upgraded to ncpa-2.1.5-1.el7.centos.x86_64 and it still didn't work
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: NCPA v2.1.4 not detecting NFS v3 mounts

Post by ssax »

At this point since we are unable to reproduce it internally and we're unable to get it working so far you may need to use a separate plugin check those mounts, you should be able to find one that will work for you here:

https://exchange.nagios.org/directory/P ... System/NFS

Or you can use the search function on the exchange to track one down.


You can see how the plugin functionality works here (it's for Windows but it's the same process for Linux):

https://support.nagios.com/kb/article/n ... a-722.html


Please submit a NCPA bug report for this, the developer will need to look into it further, you can submit one here:

https://github.com/NagiosEnterprises/ncpa/issues


Thank you
Locked