aboutsummaryrefslogtreecommitdiffstats
path: root/app/monitoring/handlers/handle_otep.py
diff options
context:
space:
mode:
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']