#------------------------------------------------------------------------------ # /etc/check.d/inet.exp - eischk expression file for the inet-package on eisfair # # Copyright (c) 2001-2004 Frank Meyer # # Creation: 21.06.2003 ap # Last Update: 30.10.2004 ap # # 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. #------------------------------------------------------------------------------ INET_STARTMODE = 'st|xi' : 'only st(standalone) or xi(xinetd) are allowed' INET_PORT = '[0-9]{0,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5]' : 'port must be in range 1..65535' INET_UMASK = '[0-7]{3}' : 'umask must be octal 000 to octal 777' INET_UMASKS = '()|(RE:INET_UMASK):(RE:INET_UMASK)' : 'umasks format is : where umask is octal 000 to octal 777' INET_GROUP = '()|[0-9]{0,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5]' : 'group must be in range 1..65535' INET_PERCENTAGE = '()|[1-9][0-9]|[1-9]' : 'value must be in range 1..99' INET_NUMERIC_E = '()|(RE:NUMERIC)' : 'value must be numeric or empty' INET_FTPMAXLOGINS = '()|(RE:NUMERIC):(RE:NUMERIC)' : 'format is :' INET_FTPFILEQUOTA = '()|(RE:NUMERIC):(RE:NUMERIC)' : 'format is :' INET_FTPBANDWIDTH = '()|(RE:NUMERIC):()|():(RE:NUMERIC)|(RE:NUMERIC):(RE:NUMERIC)' : 'format is []:[]' INET_FTPLOGFORMAT = 'CLF|Stats|W3C|xferlog' : 'only CLF, Stats, W3C and xferlog are allowed' INET_FTPRATIO = '()|(RE:NUMERIC):(RE:NUMERIC)' : ' format is :' INET_FTPTLS = '0|1|2' : 'only value 0, 1 or 2 is allowed' INET_LOGLEVEL = 'QUIET|FATAL|ERROR|INFO|VERBOSE|DEBUG|DEBUG1|DEBUG2|DEBUG3' : 'wrong Loglevel, see documentation' INET_PERMITROOTLOGIN = 'yes|no|without-password|forced-commands-only' : 'wrong value for SSH_PERMITROOTLOGIN, see documentation'