Skip to content

Commit 5da094b

Browse files
author
Ara Zarifian
committed
[zk] Modified sc_tags in zk.py to include user-specified tags.
1 parent 0369d53 commit 5da094b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checks.d/zk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def check(self, instance):
129129
expected_mode = (instance.get('expected_mode') or '').strip()
130130
tags = instance.get('tags', [])
131131
cx_args = (host, port, timeout)
132-
sc_tags = ["host:{0}".format(host), "port:{0}".format(port)]
132+
sc_tags = ["host:{0}".format(host), "port:{0}".format(port)] + tags
133133
hostname = self.hostname
134134
report_instance_mode = instance.get("report_instance_mode", True)
135135

0 commit comments

Comments
 (0)