How monitor NFS mounted with NCPA

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
bdobson
Posts: 13
Joined: Wed Feb 28, 2018 12:53 pm

How monitor NFS mounted with NCPA

Post 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
User avatar
pbroste
Posts: 1288
Joined: Tue Jun 01, 2021 1:27 pm

Re: How monitor NFS mounted with NCPA

Post 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
Locked