08e40e4
1 2 3 4 5 6
{% for (section,configuration) in netdata_config | dictsort %} [{{ section }}] {% for (key,value) in configuration | dictsort %} {{ key }} = {{ value }} {% endfor %} {% endfor %}