summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve8291 <hambling8@gmail.com>2019-05-24 07:03:15 -0400
committerIlya Mashchenko <ilyamaschenko@gmail.com>2019-05-24 20:03:15 +0900
commit36e4b047d4d0f226f6b51b180df69b6aaeacab22 (patch)
tree360034b04d0d6eccf7f1a70518969f1a165b292b
parent8b6d211c3412799e46e90edc4b5a090646c70951 (diff)
Fix incorrect module name: energi (#6112)
I think this should be "energid" because that is the name of the module and currently setting it to "no" in the config file does not turn it off.
-rw-r--r--collectors/python.d.plugin/python.d.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/collectors/python.d.plugin/python.d.conf b/collectors/python.d.plugin/python.d.conf
index 63eecbba8c..4ff0c24890 100644
--- a/collectors/python.d.plugin/python.d.conf
+++ b/collectors/python.d.plugin/python.d.conf
@@ -41,7 +41,7 @@ chrony: no
# dockerd: yes
# dovecot: yes
# elasticsearch: yes
-# energi: yes
+# energid: yes
# this is just an example
example: no
@@ -101,4 +101,4 @@ unbound: no
# uwsgi: yes
# varnish: yes
# w1sensor: yes
-# web_log: yes \ No newline at end of file
+# web_log: yes