#----------------------------------------------------------------------------- # /etc/check.d/mailquota.exp - expressions for check table of configuration params # # Copyright (c) 2001-2023 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 2005-10-11 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. #----------------------------------------------------------------------------- MAILQUOTA_QUOTA = '0|(RE:NUMERIC)+(\.(RE:NUMERIC)+)?(K|M)?' : 'no valid quota value given, only numbers with the optional prefixes K or M are allowed.' MAILQUOTA_THRESHOLD = '[0-9]|[1-9]|[1-9][0-9]' : 'no valid quota threshold given, only values between 0 and 99 are allowed' MAILQUOTA_LOG_INTERVAL = 'daily|weekly|monthly' : 'no valid interval, should be daily, weekly or monthly'