#----------------------------------------------------------------------------- # /etc/check.d/mini_httpd.exp - expressions for check table of configuration params # # Copyright (c) 2011-2021 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 2011-04-04 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. #----------------------------------------------------------------------------- MINI_HTTPD_1_1000 = '[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|1000' : 'value not range, only values between 1 and 1000 are allowed.' MINI_HTTPD_HOST = 'none|(RE:HOSTNAME)|(RE:FQDN)' : 'no valid hostname given, only a hostname, fqdn or "none" are allowed.'