This commit is contained in:
garnier-quentin 2019-07-03 14:50:38 +02:00
parent 4c912bb066
commit 51fbf737f7
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';