#----------------------------------------------------------------------------- # /etc/check.d/twadmin.exp - expressions check of configuration params # # Copyright (c) 2012-2018 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 2012-03-19 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. #----------------------------------------------------------------------------- TWADMIN_AVAILABLE_CONTROLLER = '(RE:NUMERIC)' : 'only numeric values are allowed.' TWADMIN_AVAILABLE_PORTS = '(RE:NUMERIC)' : 'only numeric values are allowed.' TWADMIN_SELECT_CONTROLLER = '(RE:NUMERIC)' : 'only numeric values are allowed.'