16 lines
341 B
INI
16 lines
341 B
INI
define host {
|
|
host_name labrat.example.com
|
|
alias labrat
|
|
address 192.168.0.27
|
|
use generic-host
|
|
}
|
|
|
|
define service {
|
|
|
|
use generic-service
|
|
host_name labrat.example.com
|
|
service_description HTTP
|
|
check_command check_http
|
|
}
|
|
|