]> arthur.barton.de Git - netdata.git/commitdiff
exit every 4 hours
authorCosta Tsaousis <costa@tsaousis.gr>
Mon, 25 Jan 2016 20:44:15 +0000 (22:44 +0200)
committerCosta Tsaousis <costa@tsaousis.gr>
Mon, 25 Jan 2016 20:44:15 +0000 (22:44 +0200)
plugins.d/charts.d.plugin

index 53f540257b247b21dd9f486f0592bcb435898f88..db4dc0d8af5b44d46ea3bf9d689967f9d9dfec15 100755 (executable)
@@ -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.