#----------------------------------------------------------------------------- # /etc/check.d/nfsclient.exp - expressions for check table of configuration params # # Copyright (c) 2001-2024 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 2004-08-12 jed # Last Update: $Id$ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #----------------------------------------------------------------------------- NFSCLIENT_NUMERIC = '[1-9]([0-9]+)?' : 'should be numeric, a value of 0 is not allowed (decimal)' NFSCLIENT_HOST = '((RE:IPADDR)|(RE:NETWORK)|(RE:HOSTNAME)|(RE:FQDN))' : 'no valid host given, should be an ip address, a hostname or a network (incl. netmask)' NFSCLIENT_TYPE = 'nfs|nfs4' : 'no valid NFS type given, should be "nfs" or "nfs4".'