Fix #1565
This commit is contained in:
parent
4c912bb066
commit
51fbf737f7
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue