fix qnap normal smart threshold
This commit is contained in:
parent
f6b03af9a1
commit
f26d4dfb5d
|
@ -43,7 +43,7 @@ sub set_system {
|
|||
],
|
||||
smartdisk => [
|
||||
['GOOD', 'OK'],
|
||||
['NORMAL', 'WARNING'],
|
||||
['NORMAL', 'OK'],
|
||||
['--', 'OK'],
|
||||
['.*', 'CRITICAL'],
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue