Check-MK not monitoring NFS mount on server

@vanshmadan Just put this script in check_mk agent local directory of the host that mounts the nfs directory. Give it a name, e.g. “nfs_df”. Than make it executable:

chmod +x /usr/lib/check_mk_agent/local/nfs_df

After reinventarizing the host you should see nfs-volumes als new services.

ttr