fix(ups/apc): sensors mode - update default thresholds (#3107)

Fix wrong thresholds in sensor tab
This commit is contained in:
melh-t 2021-09-16 09:43:17 +02:00 committed by GitHub
parent 1b4b5d154c
commit 1c10bb1a92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -36,10 +36,9 @@ sub set_system {
sensor => [
['uioNormal', 'OK'],
['uioWarning', 'WARNING'],
['uioCritical', 'OK'],
['uioCritical', 'CRITICAL'],
['sensorStatusNotApplicable', 'OK'],
['disconnected', 'OK'],
['disconnected', 'CRITICAL'],
['connected', 'OK']
]
};