blob: d5529a2a6875e159434a5634e95c1cec1996c2d1 [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001diff --git a/plugins.d/charts.d.plugin b/plugins.d/charts.d.plugin
2index 40c0356..bca57b3 100755
3--- a/plugins.d/charts.d.plugin
4+++ b/plugins.d/charts.d.plugin
5@@ -184,10 +184,10 @@ fi
6 # timeout command we use, providing a function that
7 # can emulate the timeout command we need:
8 # > timeout SECONDS command ...
9-if [ $check_for_timeout -eq 1 ]
10- then
11- require_cmd timeout || exit 1
12-fi
13+#if [ $check_for_timeout -eq 1 ]
14+# then
15+# require_cmd timeout || exit 1
16+#fi
17
18 # -----------------------------------------------------------------------------
19 # internal checks