Update hardware.pm

This commit is contained in:
cgagnaire 2017-02-06 14:29:01 +01:00 committed by GitHub
parent 185ff763d1
commit 7c070031fa
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ sub set_system {
],
};
$self->{components_path} = 'network::raisecom::mode::components';
$self->{components_path} = 'network::raisecom::snmp::mode::components';
$self->{components_module} = ['fan', 'psu', 'temperature'];
}