mirror of https://github.com/zulip/zulip.git
7 lines
351 B
Plaintext
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 %>
|
||
|
}
|