#----------------------------------------------------------------------------- # /etc/check.d/lprng_power.exp - expressions for check table of configuration params # # Copyright (c) 2010-2024 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 2010-07-08 jed # Last Updated: $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. #----------------------------------------------------------------------------- LPRNG_POWER_IPADDR = '((http|https)://)?(RE:IPADDR)(:(RE:PORT))?' : 'no valid ip address and/or tcp port given.' LPRNG_POWER_ABS_PATH = '/((([[:alnum:]]|[-_=.,%&?])+)(/([[:alnum:]]|[-_=.,%&?])+)*/?)?' : 'no valid absolute url path (must start with a slash and only numbers, letters and the following special characters are allowed: "-_=.,%&?" .'