mirror of https://github.com/zulip/zulip.git
14 lines
467 B
INI
14 lines
467 B
INI
|
define service{
|
||
|
use generic-service
|
||
|
hostgroup_name web
|
||
|
service_description HTTP
|
||
|
check_command check_http
|
||
|
}
|
||
|
|
||
|
define service {
|
||
|
use generic-service
|
||
|
hostgroup_name all
|
||
|
service_description SSH
|
||
|
check_command check_ssh
|
||
|
}
|