--- smeserver-zabbix-agent-0.1/root/var/lib/zabbix/bin/megaraid-parser.pl.megaraid_parser_fix 2009-04-27 15:02:09.000000000 +0200 +++ smeserver-zabbix-agent-0.1/root/var/lib/zabbix/bin/megaraid-parser.pl 2009-04-27 15:03:11.000000000 +0200 @@ -99,7 +99,7 @@ my ($ldnum); while () { - if ( m/Number of Virtual drives configured on adapter \d:\s*(\d+)/ ) { + if ( m/Number of Virtual drives configured on adapter \d:\s*(\d+)/i ) { $ldnum = $1; last; }