fix path to pdu eaton

This commit is contained in:
Kevin Duret 2014-10-15 16:30:21 +02:00
parent d135a4d2db
commit bc171928ba
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@
#
####################################################################################
package hardware::epdu::eaton::mode::group;
package hardware::pdu::eaton::mode::group;
use base qw(centreon::plugins::mode);

View File

@ -33,7 +33,7 @@
#
####################################################################################
package hardware::epdu::eaton::mode::outlet;
package hardware::pdu::eaton::mode::outlet;
use base qw(centreon::plugins::mode);

View File

@ -33,7 +33,7 @@
#
####################################################################################
package hardware::epdu::eaton::plugin;
package hardware::pdu::eaton::plugin;
use strict;
use warnings;