This commit is contained in:
garnier-quentin 2019-07-03 14:50:38 +02:00
parent 9a3cc08c40
commit d0404711f0
1 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,10 @@ sub set_system {
['nonRecoverable', 'CRITICAL'], # nonRecoverableUpper # nonRecoverableLower
['failed', 'CRITICAL']
],
physicaldisk_smartalert => [
['yes', 'WARNING'],
['no', 'OK'],
],
};
$self->{components_path} = 'hardware::server::dell::openmanage::snmp::mode::components';