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