mirror of https://github.com/zulip/zulip.git
26 lines
395 B
Plaintext
26 lines
395 B
Plaintext
# This file was auto-generated by Puppet. Do not edit by hand.
|
|
|
|
# Configfile for Munin master
|
|
dbdir /var/lib/munin
|
|
htmldir /var/www/munin
|
|
logdir /var/log/munin
|
|
rundir /var/run/munin
|
|
|
|
[nagios]
|
|
address 127.0.0.1
|
|
use_node_name yes
|
|
|
|
<%
|
|
i = 0
|
|
@hosts.each do |host|
|
|
-%>
|
|
[<%= host %>]
|
|
address 127.0.0.1
|
|
port <%= 5000 + i %>
|
|
use_node_name yes
|
|
|
|
<%
|
|
i += 1
|
|
end
|
|
-%>
|