aboutsummaryrefslogtreecommitdiffstats
path: root/app/monitoring/checks/check_instance_communictions.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/monitoring/checks/check_instance_communictions.py')
-rw-r--r--app/monitoring/checks/check_instance_communictions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/monitoring/checks/check_instance_communictions.py b/app/monitoring/checks/check_instance_communictions.py
index d3a94b7..4ce5165 100644
--- a/app/monitoring/checks/check_instance_communictions.py
+++ b/app/monitoring/checks/check_instance_communictions.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
###############################################################################
# Copyright (c) 2017 Koren Lev (Cisco Systems), Yaron Yogev (Cisco Systems) #
# and others #
@@ -31,7 +31,7 @@ arp_mac_pos = arp_headers.index('HWaddress')
arp_flags_pos = arp_headers.index('Flags')
-def check_vnic_tuple(vnic_and_service: str):
+def check_vnic_tuple(vnic_and_service):
tuple_parts = vnic_and_service.split(',')
local_service_id = tuple_parts[0]
mac_address = tuple_parts[1]