Skip to content

Commit c3e4152

Browse files
authored
Merge pull request #3048 from DataDog/haissam/fix-docker-missing-variable
[docker] fix missing attribute
2 parents 44030a1 + 91222e9 commit c3e4152

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

checks.d/docker_daemon.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ def init(self):
207207

208208

209209
# get the health check whitelist
210+
self.whitelist_patterns = None
210211
health_scs_whitelist = instance.get('health_service_check_whitelist', [])
211212
if health_scs_whitelist:
212213
patterns, whitelist_tags = compile_filter_rules(health_scs_whitelist)

0 commit comments

Comments
 (0)