aboutsummaryrefslogtreecommitdiffstats
path: root/app/monitoring/handlers/handle_otep.py
diff options
context:
space:
mode:
authoryayogev <yaronyogev@gmail.com>2018-02-27 17:00:05 +0200
committeryayogev <yaronyogev@gmail.com>2018-02-27 17:00:05 +0200
commit648a394f7a318443dfd82f790f83a79616c26905 (patch)
tree719508e9d99771c3de056a9c2914d461c35fb967 /app/monitoring/handlers/handle_otep.py
parent100add41cfe2b987524b190c1c92771a3c4f1d5f (diff)
US3541 merge various fixes to OPNFV branch
timestamp of last commit tt was merged: 26-Jan-2018 16:25. Change-Id: I7b0bf7885d7d0badb81c794a52c480b905d78459 Signed-off-by: yayogev <yaronyogev@gmail.com>
Diffstat (limited to 'app/monitoring/handlers/handle_otep.py')
-rw-r--r--app/monitoring/handlers/handle_otep.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/monitoring/handlers/handle_otep.py b/app/monitoring/handlers/handle_otep.py
index 0189625..b19baab 100644
--- a/app/monitoring/handlers/handle_otep.py
+++ b/app/monitoring/handlers/handle_otep.py
@@ -29,7 +29,7 @@ class HandleOtep(MonitoringCheckHandler):
self.log.error('Port not found: ' + port_id)
return 1
status = check_result['status']
- port['status'] = self.STATUS_LABEL[status]
+ port['status'] = self.get_label_for_status(status)
port['status_value'] = status
port['status_text'] = check_result['output']