Nagios plugin to check NFS services state
=========================================

This plugin check NFS services state.

Usage
-----

  Usage : ./check_nfs_services [parameters]
  
  Check NFS services status
  
  Parameters :
    -n               Enable check of nfsd status
    -N process name  The process name of nfsd (Default : nfsd)
    -m               Enable check of mountd status
    -M process name  The process name of mountd (Default : rpc.mountd)
    -s               Enable check of statd status
    -S process name  The process name of statd (Default : rpc.statd)
    -i               Enable check of idmapd status
    -I process name  The process name of idmapd (Default : rpc.idmapd)
    -g               Enable check of gssd status
    -G process name  The process name of gssd (Default : rpc.gssd)
    -d               Enable debug mode
    -h               Show this message

Copyright
---------

Copyright (c) 2014 Benjamin Renard 

License
-------

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License version 2
as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.