+

viewgit/inc/functions.php:463 Function create_function() is deprecated [8192]

Shortlog

Date Author Message Actions
14-12-08 14:14 Benjamin Renard Initial commitmaster commitdiff tree tar/gz zip patch

more »

Tags

Date Tag Actions

View all tags

Heads

Date Branch Actions
14-12-08 14:14 master

Project informations

Description
Nagios plugin to check NFS services state
Last Change
14-12-08 14:14
URL
  • http://git.zionetrix.net/git/check_nfs_services
  • git@git.zionetrix.net:public_git/check_nfs_services
README
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.
ViewGit