Hello,
I've a NFS mount point on the server and i see that the NCPA is unable to capture it for monitoring . Does NCPA has capability to monitor NFS mounts ..?
Regards,
Madhu.
NCPA Check for NFS mount points
Re: NCPA Check for NFS mount points
What is the version of the NCPA agent that you are currently using?
I would recommend upgrading to the latest (2.1.4) if you haven't done it already. Check to see if you have an entry in the ncpa.cfg, looking like this one:
If you don't, you can add it. Remove the fs types that you don't want to be excluded (the ones that you need to monitor), save, exit, and restart the ncpa_listener service. I am pretty sure, you could use something like this:
if you wanted to monitor ALL fs types.
Let us know if this helped. Thank you!
I would recommend upgrading to the latest (2.1.4) if you haven't done it already. Check to see if you have an entry in the ncpa.cfg, looking like this one:
Code: Select all
exclude_fs_types = aufs,autofs,binfmt_misc,cifs,cgroup,debugfs,devpts,devtmpfs,encryptfs,efivarfs,fuse,hugelbtfs,mqueue,nfs,overlayfs,proc,pstore,rpc_pipefs,securityfs,smb,sysfs,tmpfs,tracefsCode: Select all
exclude_fs_types = Let us know if this helped. Thank you!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: NCPA Check for NFS mount points
yup that worked thanks!
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: NCPA Check for NFS mount points
excellent, glad the issue is resolvedmadhu2852 wrote:yup that worked thanks!
Locking