18 lines
383 B
Plaintext
18 lines
383 B
Plaintext
dbdir /opt/munin/db
|
|
htmldir /opt/munin/www
|
|
logdir /opt/munin/log
|
|
rundir /opt/munin/run
|
|
cgitmpdir /opt/munin/cgi-tmp
|
|
|
|
graph_strategy cron
|
|
html_strategy cron
|
|
|
|
[dispatcher]
|
|
address 127.0.0.1
|
|
use_node_name yes
|
|
{% for frame in groups['frames'] %}
|
|
[frames;{{ hostvars[frame].inventory_hostname }}]
|
|
address {{ hostvars[frame].munin_address }}
|
|
use_node_name yes
|
|
{% endfor %}
|