]> arthur.barton.de Git - netdata.git/commitdiff
config files + makefiles
authorpaulfantom <paulfantom@gmail.com>
Thu, 7 Jul 2016 10:40:02 +0000 (12:40 +0200)
committerpaulfantom <paulfantom@gmail.com>
Thu, 7 Jul 2016 10:40:02 +0000 (12:40 +0200)
conf.d/Makefile.am
conf.d/python.d/cpufreq.conf [new file with mode: 0644]
conf.d/python.d/exim.conf [new file with mode: 0644]
conf.d/python.d/postfix.conf [new file with mode: 0644]
python.d/Makefile.am

index faf4ecdfbc654b2b5871be6c05c4142e3d5906ee..ea19e0ab8014d56f489d84c6324c2f4596de0d76 100644 (file)
@@ -21,11 +21,14 @@ pythonconfigdir=$(configdir)/python.d
 dist_pythonconfig_DATA = \
        python.d/apache.conf \
        python.d/apache_cache.conf \
+       python.d/cpufreq.conf \
        python.d/example.conf \
+       python.d/exim.conf \
        python.d/hddtemp.conf \
        python.d/mysql.conf \
        python.d/nginx.conf \
        python.d/phpfpm.conf \
+       python.d/postfix.conf \
        python.d/squid.conf \
        python.d/tomcat.conf \
        $(NULL)
diff --git a/conf.d/python.d/cpufreq.conf b/conf.d/python.d/cpufreq.conf
new file mode 100644 (file)
index 0000000..e25910e
--- /dev/null
@@ -0,0 +1,4 @@
+# Example configuration of cpufreq.chart.py
+# YAML format
+
+update_every : 2
diff --git a/conf.d/python.d/exim.conf b/conf.d/python.d/exim.conf
new file mode 100644 (file)
index 0000000..2c13179
--- /dev/null
@@ -0,0 +1,4 @@
+# Example configuration of exim.chart.py
+# YAML format
+
+update_every : 2
diff --git a/conf.d/python.d/postfix.conf b/conf.d/python.d/postfix.conf
new file mode 100644 (file)
index 0000000..7612994
--- /dev/null
@@ -0,0 +1,4 @@
+# Example configuration of postfix.chart.py
+# YAML format
+
+update_every : 2
index 529e9d62167d9fd719a2477674df8d394601c4c3..132e551be81b4a0c29339867fc75f44ad5d8b7fd 100644 (file)
@@ -12,6 +12,7 @@ dist_python_SCRIPTS = \
        apache_cache.chart.py \
        cpufreq.chart.py \
        example.chart.py \
+       exim.chart.py \
        hddtemp.chart.py \
        mysql.chart.py \
        nginx.chart.py \