+ Some fix in eaton pdu

This commit is contained in:
Quentin Garnier 2014-10-17 10:29:57 +02:00
parent 1ef41be040
commit 62f75818ca
1 changed files with 3 additions and 3 deletions

View File

@ -47,8 +47,8 @@ sub new {
$self->{version} = '0.1';
%{$self->{modes}} = (
'group' => 'hardware::epdu::eaton::mode::group',
'outlet' => 'hardware::epdu::eaton::mode::outlet',
'group' => 'hardware::pdu::eaton::mode::group',
'outlet' => 'hardware::pdu::eaton::mode::outlet',
);
return $self;
@ -60,6 +60,6 @@ __END__
=head1 PLUGIN DESCRIPTION
Check Eaton EPDU in SNMP.
Check Eaton PDU in SNMP.
=cut