We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0369d53 commit 5da094bCopy full SHA for 5da094b
checks.d/zk.py
@@ -129,7 +129,7 @@ def check(self, instance):
129
expected_mode = (instance.get('expected_mode') or '').strip()
130
tags = instance.get('tags', [])
131
cx_args = (host, port, timeout)
132
- sc_tags = ["host:{0}".format(host), "port:{0}".format(port)]
+ sc_tags = ["host:{0}".format(host), "port:{0}".format(port)] + tags
133
hostname = self.hostname
134
report_instance_mode = instance.get("report_instance_mode", True)
135
0 commit comments