From 20110ffeb5071193e7b437e797636d9d6318dcd4 Mon Sep 17 00:00:00 2001 From: SrikanthNaidu Date: Mon, 10 Dec 2018 21:46:40 +0530 Subject: Heartbeat Microservice Support Heartbeat service monitors missing HB notification Issue-ID: DCAEGEN2-267 Change-Id: I21f36056e9509a167bff476231a6bbd661aca1b9 Signed-off-by: SrikanthNaidu --- miss_htbt_service/check_health.py | 1 + 1 file changed, 1 insertion(+) mode change 100755 => 100644 miss_htbt_service/check_health.py (limited to 'miss_htbt_service/check_health.py') diff --git a/miss_htbt_service/check_health.py b/miss_htbt_service/check_health.py old mode 100755 new mode 100644 index ae61881..fb99584 --- a/miss_htbt_service/check_health.py +++ b/miss_htbt_service/check_health.py @@ -16,6 +16,7 @@ # ============LICENSE_END========================================================= # # ECOMP is a trademark and service mark of AT&T Intellectual Property. + from http.server import HTTPServer, BaseHTTPRequestHandler from urllib import parse -- cgit 1.2.3-korg