mirror of https://github.com/zulip/zulip.git
puppet: munin: Document the manual SSH tunnel setup required.
The full documentation, referenced in the config file, is at https://wiki.humbughq.com/Deployment%20process/components#munin. (imported from commit b7f989accb2ee8c5f400e68bf7a7491115a7d0b3)
This commit is contained in:
parent
7c7263ebfe
commit
ee0b01b8a3
|
@ -4,6 +4,14 @@ htmldir /var/www/munin
|
|||
logdir /var/log/munin
|
||||
rundir /var/run/munin
|
||||
|
||||
# We run Munin through SSH tunnels. Until setting these up is
|
||||
# puppetized, follow the instructions in
|
||||
# https://wiki.humbughq.com/Deployment%20process/components#munin for
|
||||
# how to set them up.
|
||||
#
|
||||
# If you add a new Munin node, update the documentation to include the
|
||||
# SSH tunnel instructions for that node.
|
||||
|
||||
[nagios]
|
||||
address 127.0.0.1
|
||||
use_node_name yes
|
||||
|
|
Loading…
Reference in New Issue