Remove hardcoded path in hardware.pm .. Nice hit Romain thx

This commit is contained in:
Simon BOMM 2014-10-03 17:05:35 +02:00
parent 63d687af31
commit ed3b24dff6
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ use base qw(centreon::plugins::mode);
use strict;
use warnings;
use lib '/usr/lib/nagios/plugins';
use network::checkpoint::mode::components::fan;
use network::checkpoint::mode::components::psu;