From: paulfantom Date: Sat, 18 Jun 2016 12:07:17 +0000 (+0200) Subject: switch main config to YAML X-Git-Url: https://arthur.barton.de/gitweb/?p=netdata.git;a=commitdiff_plain;h=267e96c6231b23cb3d73aec3484c6b46bfd9546d switch main config to YAML --- diff --git a/conf.d/python.d.conf b/conf.d/python.d.conf index 020ba36c..c70f8599 100644 --- a/conf.d/python.d.conf +++ b/conf.d/python.d.conf @@ -8,5 +8,5 @@ # By default python.d.plugin enables all modules stored in python.d # Modules can be disabled with setting "module_name = no" -example=no -mysql=no +example: no +mysql: no