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
How monitor NFS mounted with NCPA
Re: How monitor NFS mounted with NCPA
Hello @bdobson
Thanks for reaching out, there are several options that you can use with NCPA.
The option to use one of the following:
Thanks,
Perry
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 --helpCode: Select all
/usr/local/nagios/libexec/check_disk --help- https://www.monitoring-plugins.org/doc/ ... _disk.html
- This will not check mountpoint if it is mounted but option to see other checks
Thanks,
Perry