Page 1 of 1

How monitor NFS mounted with NCPA

Posted: Tue Dec 07, 2021 4:53 pm
by bdobson
Hello, I've recently been asked to setup NFS monitoring on our machines. All of our hosts use NCPA to check everything and while it's easy to check the path and disk space that would not help me if the mount was no longer active I don't think. I want to be alerted if the mount is dropped or say if the machine is restarted the mount does not come come up.

I see the NFS wizard but how does that tie into a machine with NCPA?

Nagios XI: 5.8.7

Re: How monitor NFS mounted with NCPA

Posted: Wed Dec 08, 2021 4:12 pm
by pbroste
Hello @bdobson

Thanks for reaching out, there are several options that you can use with NCPA.

The option to use one of the following:

Code: Select all

/usr/local/nagios/libexec/check_mountpoints.sh --help

Code: Select all

/usr/local/nagios/libexec/check_disk --help
The check will depend on the operating system as well.

Thanks,
Perry