Hello everyone.
Is there any out-of-box solution for monitoring Linux NFS-shares?
I found only this: NFS File Share Availability
This solution based on Perl script which gets share path and simply compares it with "showmount -e" output. The major inconvenience is that you have to specify exact share name before monitoring begins. And that share name are become hardcoded in monitoring. With that solution you can not just specify node name and point that node has NFS-role deployed. NFS-shares are not automatically founding.