]> arthur.barton.de Git - netdata.git/blob - conf.d/charts.d.conf
layout: remove executable from unrelated files
[netdata.git] / conf.d / charts.d.conf
1 # This is the configuration for charts.d.plugin
2
3 # Each of its collectors can read configuration eiher from this file
4 # or a NAME.conf file (where NAME is the collector name).
5 # The collector specific file has higher precedence.
6
7 # This file is a shell script too.
8
9 # -----------------------------------------------------------------------------
10
11 # number of seconds to run without restart
12 # after this time, charts.d.plugin will exit
13 # netdata will restart it, but a small gap
14 # will appear in the charts.d.plugin charts.
15 #restart_timeout=$[3600 * 4]
16
17 # when making iterations, charts.d can loop more frequently
18 # to prevent plugins missing iterations.
19 # this is a percentage relative to update_every to align its
20 # iterations.
21 # The minimum is 10%, the maximum 100%.
22 # So, if update_every is 1 second and time_divisor is 50,
23 # charts.d will iterate every 500ms.
24 # Charts will be called to collect data only if the time
25 # passed since the last time the collected data is equal or
26 # above their update_every.
27 #time_divisor=50
28
29 # -----------------------------------------------------------------------------
30
31 # the default enable/disable for all charts.d collectors
32 #enable_all_charts="yes"
33
34 # per charts.d collector enable/disable
35 #nut=yes
36 #squid=yes
37 #postfix=yes
38 #sensors=yes
39 #cpufreq=yes
40 #mysql=yes
41 #example=yes
42 #load_average=yes