zulip/puppet/zulip_ops/templates/nagios_autossh.template.erb

7 lines
351 B
Plaintext

define service{
use generic-service
host_name nagios
service_description Number of autossh processes
check_command check_named_procs!autossh!<%= @hosts.length %>:<%= @hosts.length %>!<%= @hosts.length %>:<%= @hosts.length + 2 %>
}