fix thresholds alcatel oxe

This commit is contained in:
garnier-quentin 2020-04-30 17:58:09 +02:00
parent 095bc54f63
commit c7e5c3cb56
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ my $thresholds = {
['indeterminate', 'UNKNOWN'],
['main', 'OK'],
['stand-by', 'OK'],
['inactive-pcs', 'CRITICAL'],
['inactive-pcs', 'OK'],
['active-pcs', 'WARNING']
]
};