#------------------------------------------------------------------------------ # /etc/check.d/quota.exp - configuration check for quota services on EIS/FAIR # # Creation: 01.01.2004 jb # Last Update: $Id$ # # Copyright (c) 2004-2008 Jens Berger # # 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. #---------------------------------------------------------------------------- QUOTAGRACETIME = 'default|(RE:NUMERIC)' : 'please use "default" for a gracetime of 7 days or your numeric value for a gracetime in days' QUOTACCBEFORE = 'no|[0-9]+[[:space:]](second|seconds|minute|minutes|hour|hours|day|days)' : 'please use a valid time range (e.g. 10 seconds, 5 minutes, 12 hours or 2 days)' QUOTAMAILDEV = 'no|any|(/dev/[h|s]d[a-z][0-9]+)|(/dev/md[0-9]+)' : 'please use "no", "any" or a valid device name (e.g. /dev/sdb6)' QUOTASPACE = '([0-9]*[G|K|k|M|T]|[0])' : 'please use (*not* decimal!) size values with uppercase size units (e.g. 100K, 10M, 2G or -- 1T :-)'