##----------------------------------------------------------------------------- ## check/rrdtool.exp __FLI4LVER__ ## ## P L E A S E R E A D T H E D O C U M E N T A T I O N , ## ## B I T T E U N B E D I N G T D I E D O K U M E N T A T I O N ## ## Creation: 2005-12-17 hh ## 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. ##----------------------------------------------------------------------------- RRDTOOL_SOURCE = 'network|system|filesystem|ping|peerping|disk' : 'no valid rrdtool source. please choose between network, system, filesystem, peerping and ping or a source provided by another package (see documentation of other packages)' RRDTOOL_BACKUP_PATH = '/(boot|data|mnt|floppy)(RE:ABS_PATH)' : 'no valid backup path. Must start with /data, /boot, /mnt or /floppy' RRDTOOL_BACKUP_INTERVAL = '[1-9][0-9]{1,3}' : 'no valid backup interval. Must be between 10 and 9999' RRDTOOL_GRAPH_WIDTH = '[4-9][0-9]{2}' : 'no valid graph width. Must be between 400 and 999' RRDTOOL_VALUE_INTERVAL = '[1-9][0-9]{0,2}' : 'No valid value collection interval. Must be between 1 and 999. Default is 1. Do not change unless you realy know what you are doing.' RRDTOOL_GRAPH_INTERVAL = '0|[5-9]|[1-9][0-9]{1,2}' : 'No valid graph rendering interval. Must be 0 or between 5 and 999. Default is 15' RRDTOOL_RENDERING_SPEED = '[0-9]{1,2}|1[1-2][0-9]' : 'No valid speed. Must be 0 and 120. Default is 1' RRDTOOL_LOGARITHMIC_UNIT = 'prefixed|exponential' : 'Please either set to "prefixed" or "exponential"' RRDTOOL_OPTION = '[^[:space:]/]+' : 'Invalid option - options can not contain spaces or slashes.'