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