]> arthur.barton.de Git - netdata.git/blob - conf.d/charts.d.conf
fail2bain plugin: "Currently In Jail" chart renamed
[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 # the default is "yes"
33 # enable_all_charts="yes"
34
35 # BY DEFAULT ENABLED MODULES
36 # ap=yes
37 # nut=yes
38 # opensips=yes
39
40 # -----------------------------------------------------------------------------
41 # THESE NEED TO BE SET TO "force" TO BE ENABLED
42
43 # Nothing useful.
44 # Just an example charts.d plugin you can use as a template.
45 # example=force
46
47 # OLD MODULES THAT ARE NOW SERVED BY python.d.plugin
48 # apache=force
49 # cpufreq=force
50 # exim=force
51 # hddtemp=force
52 # mysql=force
53 # nginx=force
54 # phpfpm=force
55 # postfix=force
56 # sensors=force
57 # squid=force
58 # tomcat=force
59
60 # OLD MODULES THAT ARE NOW SERVED BY NETDATA DAEMON
61 # cpu_apps=force
62 # mem_apps=force
63 # load_average=force