From aded74ca6acac3f194c9d7e9b0231123dbb91d22 Mon Sep 17 00:00:00 2001 From: paulfantom Date: Mon, 13 Jun 2016 11:09:01 +0200 Subject: [PATCH] configuration file for python.d.plugin --- conf.d/Makefile.am | 1 + conf.d/python.d.conf | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 conf.d/python.d.conf diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am index 381b546e..01f9d5ce 100644 --- a/conf.d/Makefile.am +++ b/conf.d/Makefile.am @@ -6,4 +6,5 @@ MAINTAINERCLEANFILES= $(srcdir)/Makefile.in dist_config_DATA = \ apps_groups.conf \ charts.d.conf \ + python.d.conf \ $(NULL) diff --git a/conf.d/python.d.conf b/conf.d/python.d.conf new file mode 100644 index 00000000..a01a0ca9 --- /dev/null +++ b/conf.d/python.d.conf @@ -0,0 +1,4 @@ +#plugins_config_dir= +#plugins_dir= +debug=no +example=no -- 2.39.2