This commit is contained in:
garnier-quentin 2019-11-28 16:41:06 +01:00
parent 10ab5bc28a
commit 6f4c930f6d
1 changed files with 1 additions and 1 deletions

View File

@ -50,11 +50,11 @@ sub set_system {
['empty', 'OK'],
],
operating => [
['runningAtFullSpeed', 'WARNING'],
['unknown', 'UNKNOWN'],
['running', 'OK'],
['ready', 'OK'],
['reset', 'WARNING'],
['runningAtFullSpeed', 'WARNING'],
['down', 'CRITICAL'],
['standby', 'OK'],
],