mirror of https://github.com/zulip/zulip.git
kandra: Drop the munin port forward.
927660a7b6
removed the munin deploys; this stops tunneling port 4949
back to the nagios host.
This commit is contained in:
parent
9515dd45ee
commit
64146b8704
|
@ -5,7 +5,7 @@ i = 0
|
|||
@hosts.each do |host|
|
||||
-%>
|
||||
[program:autossh-tunnel-<%= host %>]
|
||||
command=autossh -N -M <%= 20000 + 2 * i %> -L <%= 5000 + i %>:localhost:4949 -o ControlMaster=yes nagios@<%= host %><% unless host.include?(".") %>.<%= @default_host_domain %><% end %>
|
||||
command=autossh -N -M <%= 20000 + 2 * i %> -o ControlMaster=yes nagios@<%= host %><% unless host.include?(".") %>.<%= @default_host_domain %><% end %>
|
||||
priority=200 ; the relative start priority (default 999)
|
||||
autostart=true ; start at supervisord start (default: true)
|
||||
autorestart=true ; whether/when to restart (default: unexpected)
|
||||
|
|
Loading…
Reference in New Issue