#------------------------------------------------------------------------------ # /etc/check.d/smartmon.exp - additional regexp for smartmon package # # Creation: 09.02.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. #------------------------------------------------------------------------------ SMARTMON_DEVICE_NAME = '\/dev\/(hd[a-t]|sd[a-z]|tw[a|e][0-9]?|cciss\/c[0-1]{1}[0-5]?d0)' : 'Please use "/dev/hdx", "/dev/sdx", "/dev/twa[0-9]?", "/dev/twe[0-9]?" or "/dev/cciss/c[0-15]d0"' SMARTMON_DEVICE_TYPE = 'ata|sat|marvell|scsi|cciss|3ware' : 'Please use "ata", "sat", "scsi", "marvell", "3ware" or "cciss"'