]> arthur.barton.de Git - netdata.git/blob - conf.d/python.d.conf
add ipfs plugin configuration
[netdata.git] / conf.d / python.d.conf
1 # netdata python.d.plugin configuration
2 #
3 # This file is in YaML format.
4 # Generally the format is:
5 #
6 # name: value
7 #
8
9 # Enable / disable the whole python.d.plugin (all its modules)
10 enabled: yes
11
12 # ----------------------------------------------------------------------
13 # Enable / Disable python.d.plugin modules
14 #
15 # The default for all modules is enabled (yes).
16 # Setting any of these to no will disable it.
17
18 # apache: yes
19 # apache_cache: yes
20 # cpufreq: yes
21 example: no
22 # exim: yes
23 # hddtemp: yes
24 # ipfs: yes
25 # mysql: yes
26 # nginx: yes
27 # phpfpm: yes
28 # postfix: yes
29 # redis: yes
30 # sensors: yes
31 # squid: yes
32 # tomcat: yes