]> arthur.barton.de Git - netdata.git/commitdiff
modified Makefiles to include python; added README
authorpaulfantom <paulfantom@gmail.com>
Sat, 11 Jun 2016 13:12:26 +0000 (15:12 +0200)
committerpaulfantom <paulfantom@gmail.com>
Sat, 11 Jun 2016 13:12:26 +0000 (15:12 +0200)
.gitignore
Makefile.am
plugins.d/Makefile.am
python.d/Makefile.am [new file with mode: 0644]
python.d/README.md [new file with mode: 0644]

index a4c1644f61660685aa94d379ea99132b68891ddf..6267fd10a742f08f7a28ff8727b32cc1bbd450b4 100644 (file)
@@ -79,3 +79,5 @@ cmake_install.cmake
 contrib/debian/changelog
 profile/benchmark-dictionary
 profile/benchmark-registry
+
+*.pyc
index dc109cbd1ad1d040a47f025cd977ad834ea6140c..3a2cedfb58185993ba97e9c265e041033618eec4 100644 (file)
@@ -32,6 +32,7 @@ SUBDIRS = \
        conf.d \
        node.d \
        plugins.d \
+       python.d \
        src \
        system \
        web \
index a717cbed101da670936e29093aa43658892b6fe8..884b8242e410315d8533e011ef2ec8b9a235e229 100644 (file)
@@ -12,6 +12,7 @@ dist_plugins_SCRIPTS = \
        charts.d.dryrun-helper.sh \
        charts.d.plugin \
        node.d.plugin \
+       python.d.plugin \
        tc-qos-helper.sh \
        loopsleepms.sh.inc \
        $(NULL)
diff --git a/python.d/Makefile.am b/python.d/Makefile.am
new file mode 100644 (file)
index 0000000..fb60130
--- /dev/null
@@ -0,0 +1,9 @@
+MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
+
+dist_charts_SCRIPTS = \
+       example.chart.py \
+       $(NULL)
+
+dist_charts_DATA = \
+       README.md \
+       $(NULL)
diff --git a/python.d/README.md b/python.d/README.md
new file mode 100644 (file)
index 0000000..b440797
--- /dev/null
@@ -0,0 +1,6 @@
+The following python.d plugins are supported:
+
+# None
+
+Currently we don't have any python plugins, but we are counting on you to add some new ones.
+