blob: b170c9e35095b76f3bad1e6a743cdea6c6e9355c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
define hostgroup {
hostgroup_name www-servers
alias WWW Servers
register 0
}
define service {
use ping-service
hostgroup_name www-servers
service_description HTTP
check_command check_http
}
|