blob: 741b594f13ebcc1c4eb9871f442220caf92cc0fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
define hostgroup {
hostgroup_name compute-servers
alias Compute Servers
}
define service {
use ssh-service
hostgroup_name compute-servers
service_description DISK
check_command check_ssh_all_disks!20%!10%
}
|