#----------------------------------------------------------------------------- # /etc/check.d/addhost.exp - expressions for check table of configuration params # # Copyright (c) 2001-2022 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 2008-05-01 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. #----------------------------------------------------------------------------- ADDHOST_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.' ADDHOST_ALIAS = '(RE:EHOSTNAME)|(RE:EFQDN)' : 'no valid hostname or full qualified domain name given.'