]> arthur.barton.de Git - netdata.git/commitdiff
added postgres config files to build tools
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 29 Oct 2016 23:32:04 +0000 (02:32 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 29 Oct 2016 23:32:04 +0000 (02:32 +0300)
conf.d/Makefile.am
python.d/Makefile.am

index f6cb7742f70beadb29cd92eba62f3f0c10e93e5a..bdc2e20687507cec47fc06f82ed0f97bb7c6676c 100644 (file)
@@ -4,68 +4,69 @@
 MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
 
 dist_config_DATA = \
-       apps_groups.conf \
-       charts.d.conf \
-       fping.conf \
-       node.d.conf \
-       python.d.conf \
-       health_alarm_notify.conf \
-       health_email_recipients.conf \
-       $(NULL)
+    apps_groups.conf \
+    charts.d.conf \
+    fping.conf \
+    node.d.conf \
+    python.d.conf \
+    health_alarm_notify.conf \
+    health_email_recipients.conf \
+    $(NULL)
 
 chartsconfigdir=$(configdir)/charts.d
 dist_chartsconfig_DATA = \
-       $(NULL)
+    $(NULL)
 
 nodeconfigdir=$(configdir)/node.d
 dist_nodeconfig_DATA = \
-       node.d/README.md \
-       node.d/named.conf.md \
-       node.d/sma_webbox.conf.md \
-       node.d/snmp.conf.md \
-       $(NULL)
+    node.d/README.md \
+    node.d/named.conf.md \
+    node.d/sma_webbox.conf.md \
+    node.d/snmp.conf.md \
+    $(NULL)
 
 pythonconfigdir=$(configdir)/python.d
 dist_pythonconfig_DATA = \
-       python.d/apache.conf \
-       python.d/apache_cache.conf \
-       python.d/cpufreq.conf \
-       python.d/dovecot.conf \
-       python.d/example.conf \
-       python.d/exim.conf \
-       python.d/hddtemp.conf \
-       python.d/ipfs.conf \
-       python.d/memcached.conf \
-       python.d/mysql.conf \
-       python.d/nginx.conf \
-       python.d/nginx_log.conf \
-       python.d/phpfpm.conf \
-       python.d/postfix.conf \
-       python.d/postgres.conf \
-       python.d/redis.conf \
-       python.d/retroshare.conf \
-       python.d/sensors.conf \
-       python.d/squid.conf \
-       python.d/tomcat.conf \
-       $(NULL)
+    python.d/apache.conf \
+    python.d/apache_cache.conf \
+    python.d/cpufreq.conf \
+    python.d/dovecot.conf \
+    python.d/example.conf \
+    python.d/exim.conf \
+    python.d/hddtemp.conf \
+    python.d/ipfs.conf \
+    python.d/memcached.conf \
+    python.d/mysql.conf \
+    python.d/nginx.conf \
+    python.d/nginx_log.conf \
+    python.d/phpfpm.conf \
+    python.d/postfix.conf \
+    python.d/postgres.conf \
+    python.d/redis.conf \
+    python.d/retroshare.conf \
+    python.d/sensors.conf \
+    python.d/squid.conf \
+    python.d/tomcat.conf \
+    $(NULL)
 
 healthconfigdir=$(configdir)/health.d
 dist_healthconfig_DATA = \
-       health.d/apache.conf \
-       health.d/cpu.conf \
-       health.d/disks.conf \
-       health.d/entropy.conf \
-       health.d/tcp_resets.conf \
-       health.d/memcached.conf \
-       health.d/mysql.conf \
-       health.d/named.conf \
-       health.d/net.conf \
-       health.d/nginx.conf \
-       health.d/qos.conf \
-       health.d/ram.conf \
-       health.d/redis.conf \
-       health.d/retroshare.conf \
-       health.d/softnet.conf \
-       health.d/swap.conf \
-       health.d/squid.conf \
-       $(NULL)
+    health.d/apache.conf \
+    health.d/cpu.conf \
+    health.d/disks.conf \
+    health.d/entropy.conf \
+    health.d/memcached.conf \
+    health.d/mysql.conf \
+    health.d/named.conf \
+    health.d/net.conf \
+    health.d/nginx.conf \
+    health.d/postgres.conf \
+    health.d/qos.conf \
+    health.d/ram.conf \
+    health.d/redis.conf \
+    health.d/retroshare.conf \
+    health.d/softnet.conf \
+    health.d/squid.conf \
+    health.d/swap.conf \
+    health.d/tcp_resets.conf \
+    $(NULL)
index 1063ca7d85d2bb9a80e47322fa8609f83e4cac26..cc4a37bc88dda8da07e1fa84da327e89d2f10445 100644 (file)
@@ -1,47 +1,47 @@
 MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
 CLEANFILES = \
-       python-modules-installer.sh \
-       $(NULL)
+    python-modules-installer.sh \
+    $(NULL)
 
 include $(top_srcdir)/build/subst.inc
 
 SUFFIXES = .in
 
 dist_python_SCRIPTS = \
-       apache.chart.py \
-       apache_cache.chart.py \
-       cpufreq.chart.py \
-       dovecot.chart.py \
-       example.chart.py \
-       exim.chart.py \
-       hddtemp.chart.py \
-       ipfs.chart.py \
-       memcached.chart.py \
-       mysql.chart.py \
-       nginx.chart.py \
-       nginx_log.chart.py \
-       phpfpm.chart.py \
-       postfix.chart.py \
+    apache.chart.py \
+    apache_cache.chart.py \
+    cpufreq.chart.py \
+    dovecot.chart.py \
+    example.chart.py \
+    exim.chart.py \
+    hddtemp.chart.py \
+    ipfs.chart.py \
+    memcached.chart.py \
+    mysql.chart.py \
+    nginx.chart.py \
+    nginx_log.chart.py \
+    phpfpm.chart.py \
+    postfix.chart.py \
     postgres.chart.py \
-       redis.chart.py \
-       retroshare.chart.py \
-       sensors.chart.py \
-       squid.chart.py \
-       tomcat.chart.py \
-       python-modules-installer.sh \
-       $(NULL)
+    redis.chart.py \
+    retroshare.chart.py \
+    sensors.chart.py \
+    squid.chart.py \
+    tomcat.chart.py \
+    python-modules-installer.sh \
+    $(NULL)
 
 dist_python_DATA = \
-       README.md \
-       $(NULL)
+    README.md \
+    $(NULL)
 
 pythonmodulesdir=$(pythondir)/python_modules
 dist_pythonmodules_DATA = \
-       python_modules/__init__.py \
-       python_modules/base.py \
-       python_modules/msg.py \
-       python_modules/lm_sensors.py \
-       $(NULL)
+    python_modules/__init__.py \
+    python_modules/base.py \
+    python_modules/msg.py \
+    python_modules/lm_sensors.py \
+    $(NULL)
 
 pythonyaml2dir=$(pythonmodulesdir)/pyyaml2
 dist_pythonyaml2_DATA = \