diff options
Diffstat (limited to 'templates/netdata.conf.j2')
-rw-r--r-- | templates/netdata.conf.j2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/netdata.conf.j2 b/templates/netdata.conf.j2 new file mode 100644 index 0000000..d22ed37 --- /dev/null +++ b/templates/netdata.conf.j2 | |||
@@ -0,0 +1,6 @@ | |||
1 | {% for (section,configuration) in netdata_config | dictsort %} | ||
2 | [{{ section }}] | ||
3 | {% for (key,value) in configuration | dictsort %} | ||
4 | {{ key }} = {{ value }} | ||
5 | {% endfor %} | ||
6 | {% endfor %} | ||