blob: abea0d66bd557b3351b74d86903fb39009bfe462 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001Index: git/plugins.d/charts.d.plugin
2===================================================================
3--- git.orig/plugins.d/charts.d.plugin
4+++ git/plugins.d/charts.d.plugin
5@@ -246,16 +246,6 @@ else
6 info "configuration file '$myconfig' not found. Using defaults."
7 fi
8
9-# we check for the timeout command, after we load our
10-# configuration, so that the user may overwrite the
11-# timeout command we use, providing a function that
12-# can emulate the timeout command we need:
13-# > timeout SECONDS command ...
Patrick Williamsddad1a12017-02-23 20:36:32 -060014-if [ $check_for_timeout -eq 1 ]
Brad Bishopd7bf8c12018-02-25 22:55:05 -050015- then
16- require_cmd timeout || exit 1
Patrick Williamsddad1a12017-02-23 20:36:32 -060017-fi
Brad Bishopd7bf8c12018-02-25 22:55:05 -050018-
Patrick Williamsddad1a12017-02-23 20:36:32 -060019 # -----------------------------------------------------------------------------
20 # internal checks
Brad Bishopd7bf8c12018-02-25 22:55:05 -050021