--- contrib/check_linux_raid.pl 2006-10-27 15:25:54.000000000 +0200 +++ contrib/check_linux_raid.pl 2006-10-27 15:24:02.000000000 +0200 @@ -23,7 +23,7 @@ # WARNING md0 status=[UUU_U], recovery=46.4%, finish=123.0min use strict; -use lib utils.pm; +use lib '/usr/lib/nagios/plugins'; use utils qw(%ERRORS);