fix qnap normal smart threshold

This commit is contained in:
garnier-quentin 2019-10-10 14:30:29 +02:00
parent 5306c33962
commit 2844aa5107

View File

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