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

7 lines
351 B
Plaintext
Raw Normal View History

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 %>
}