2013-01-02 22:17:59 +01:00
|
|
|
# Configfile for Munin master
|
|
|
|
dbdir /var/lib/munin
|
|
|
|
htmldir /var/www/munin
|
|
|
|
logdir /var/log/munin
|
|
|
|
rundir /var/run/munin
|
|
|
|
|
2013-01-02 23:13:24 +01:00
|
|
|
# We run Munin through SSH tunnels. Until setting these up is
|
|
|
|
# puppetized, follow the instructions in
|
2013-07-24 23:29:47 +02:00
|
|
|
# https://wiki.zulip.net/wiki/Deployment_process/components#Munin for
|
2013-01-02 23:13:24 +01:00
|
|
|
# how to set them up.
|
|
|
|
#
|
2013-07-17 17:44:45 +02:00
|
|
|
# If you add a new Munin node, update the documentation to include
|
|
|
|
# the SSH tunnel instructions for that node. Also change the number
|
|
|
|
# of autossh processes that we check for with Nagios.
|
2013-01-02 23:13:24 +01:00
|
|
|
|
2013-01-02 22:17:59 +01:00
|
|
|
[nagios]
|
|
|
|
address 127.0.0.1
|
|
|
|
use_node_name yes
|
|
|
|
|
|
|
|
[trac]
|
|
|
|
address 127.0.0.1
|
|
|
|
port 5000
|
|
|
|
use_node_name yes
|
|
|
|
|
|
|
|
[zmirror]
|
|
|
|
address 127.0.0.1
|
|
|
|
port 5001
|
|
|
|
use_node_name yes
|
|
|
|
|
|
|
|
[staging]
|
|
|
|
address 127.0.0.1
|
|
|
|
port 5002
|
|
|
|
use_node_name yes
|
|
|
|
|
|
|
|
[git]
|
|
|
|
address 127.0.0.1
|
|
|
|
port 5003
|
|
|
|
use_node_name yes
|
|
|
|
|
|
|
|
[bots]
|
|
|
|
address 127.0.0.1
|
|
|
|
port 5004
|
|
|
|
use_node_name yes
|
|
|
|
|
|
|
|
[app]
|
|
|
|
address 127.0.0.1
|
|
|
|
port 5005
|
|
|
|
use_node_name yes
|
|
|
|
|
2013-07-16 23:50:44 +02:00
|
|
|
[postgres0]
|
2013-01-02 22:17:59 +01:00
|
|
|
address 127.0.0.1
|
|
|
|
port 5006
|
|
|
|
use_node_name yes
|
2013-04-29 22:44:41 +02:00
|
|
|
|
|
|
|
[stats]
|
|
|
|
address 127.0.0.1
|
|
|
|
port 5007
|
|
|
|
use_node_name yes
|
2013-07-16 23:45:32 +02:00
|
|
|
|
|
|
|
[postgres1]
|
|
|
|
address 127.0.0.1
|
|
|
|
port 5008
|
|
|
|
use_node_name yes
|