Allow user defined variables in munin.conf
This commit is contained in:
@ -33,3 +33,7 @@
|
||||
{{ print_directive(directive, value) }}
|
||||
{%- endfor %}
|
||||
{% endfor %}
|
||||
|
||||
{%- if config.get('formula_append') %}
|
||||
{{ config.formula_append }}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user