From 7fb5de67698455327439fb33049b7a8e02509476 Mon Sep 17 00:00:00 2001 From: Costa Tsaousis Date: Mon, 25 Jan 2016 22:44:15 +0200 Subject: [PATCH] exit every 4 hours --- plugins.d/charts.d.plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.d/charts.d.plugin b/plugins.d/charts.d.plugin index 53f54025..db4dc0d8 100755 --- a/plugins.d/charts.d.plugin +++ b/plugins.d/charts.d.plugin @@ -84,7 +84,7 @@ time_divisor=50 # number of seconds to run without restart # after this time, charts.d.plugin will exit # netdata will restart it -restart_timeout=1800 +restart_timeout=$[3600 * 4] # check if the charts.d plugins are using global variables # they should not. -- 2.39.2