From 36e4b047d4d0f226f6b51b180df69b6aaeacab22 Mon Sep 17 00:00:00 2001
From: Steve8291 <hambling8@gmail.com>
Date: Fri, 24 May 2019 07:03:15 -0400
Subject: [PATCH] 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.
---
 collectors/python.d.plugin/python.d.conf | 4 ++--
 1 file 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