fix qnap normal smart threshold

This commit is contained in:
garnier-quentin 2019-10-10 14:30:29 +02:00
parent f6b03af9a1
commit f26d4dfb5d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ sub set_system {
], ],
smartdisk => [ smartdisk => [
['GOOD', 'OK'], ['GOOD', 'OK'],
['NORMAL', 'WARNING'], ['NORMAL', 'OK'],
['--', 'OK'], ['--', 'OK'],
['.*', 'CRITICAL'], ['.*', 'CRITICAL'],
], ],