#----------------------------------------------------------------------------- # /etc/check.d/netdate.exp - expressions for check table of configuration params # # Copyright (c) 2001-2024 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 2003-11-14 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. #----------------------------------------------------------------------------- NETDATE_PROTO = 'tcp|udp' : 'no valid network protocol given, should be tcp or udp.' NETDATE_IPADDR_FQDN_PROTO = '((RE:NETDATE_PROTO)[[:space:]]+)?((RE:IPADDR)|(RE:FQDN))([[:space:]]+((RE:NETDATE_PROTO)[[:space:]]+)?((RE:IPADDR)|(RE:FQDN)))*' : 'no valid time server(s) given, should be be one or more FQDN or IP addresses separated by a space and optionally precided by the protocol tcp or udp (FQDN - fully qualified domain name).'