File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 3.3.12 (2019-01-09)
5+ ------------------------
6+
7+ * Updated DNS check to be backwards compatible
8+
9+
4103.3.11 (2019-01-09)
511------------------------
612
Original file line number Diff line number Diff line change 1- __version__ = "3.3.11 "
1+ __version__ = "3.3.12 "
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ class DockerEngineDNSCheck(DockerEngineBaseCheck):
177177 "busybox" ,
178178 "sh" ,
179179 "-c" , # run in new a shell to avoid problems with timeout
180- "timeout 5 nslookup -type=a control.divio.com." ,
180+ "timeout 5 nslookup -type=a control.divio.com. || timeout -t 5 nslookup -type=a control.divio.com. " ,
181181 )
182182
183183 def fmt_exception (self , exc ):
You can’t perform that action at this time.
0 commit comments