#----------------------------------------------------------------------------- # /etc/check.d/mini_httpd_wolsol.exp - expressions for parameter checks # # Copyright (c) 2011-2019 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 2011-04-24 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. #----------------------------------------------------------------------------- WOLSOL_URL = 'http(s)?://[[:alnum:]/?_=~.-]+(:(RE:NUMERIC)(/[[:alnum:]/~.-]*)?)?' : 'no valid URL' WOLSOL_DEVICE = '(RE:EIP_NET_NAME)' : 'Invalid device name, only ethernet (eth), ([wl|en]p?s?), ([wl|ens]?), ({wl|en]o?), ([wl|en]x*), token ring (tr), bridge (br), bonding (bond), xen bridge (xen-br), tap, tun, ppp, ippp, vlan or dummy (dummy) devices are allowed or empty.'