From 521ec5885b52649af5452d543c62cad0b4905780 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Tue, 1 Nov 2022 15:10:38 -0400 Subject: [PATCH] puppet: Rename autossh tunnel, as it is no longer for just munin. --- .../templates/supervisor/conf.d/munin_tunnels.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/zulip_ops/templates/supervisor/conf.d/munin_tunnels.conf.erb b/puppet/zulip_ops/templates/supervisor/conf.d/munin_tunnels.conf.erb index acecacf4ed..444c40b023 100644 --- a/puppet/zulip_ops/templates/supervisor/conf.d/munin_tunnels.conf.erb +++ b/puppet/zulip_ops/templates/supervisor/conf.d/munin_tunnels.conf.erb @@ -4,7 +4,7 @@ i = 0 @hosts.each do |host| -%> -[program:munin-tunnel-<%= 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 %> priority=200 ; the relative start priority (default 999) autostart=true ; start at supervisord start (default: true)