mirror of
https://github.com/netdata/netdata.git
synced 2025-05-13 21:22:08 +00:00
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.
This commit is contained in:
parent
8b6d211c34
commit
36e4b047d4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
# web_log: yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue