]> arthur.barton.de Git - netdata.git/blobdiff - plugins.d/README.md
updated configs.signatures
[netdata.git] / plugins.d / README.md
index d34dbe29b822184155994bff2efdd3a58ec23a0a..35b9a2d99591e6b4e3272f9448d8476fcf070751 100644 (file)
@@ -59,7 +59,7 @@ the template is:
 
  where:
   - `type.id`
-   
+
     uniquely identifies the chart,
     this is what will be needed to add values to the chart
 
@@ -202,7 +202,7 @@ data collection is defined as a series of `BEGIN` -> `SET` -> `END` lines
 
 > END
 
-    END does not take any parameters, it commits the collected values to the chart.
+  END does not take any parameters, it commits the collected values to the chart.
 
 More `SET` lines may appear to update all the dimensions of the chart.
 All of them in one `BEGIN` -> `END` block.