16 lines
436 B
INI
16 lines
436 B
INI
define host {
|
|
use linux-server ; Name of host template to use
|
|
host_name srv
|
|
alias srv
|
|
address 192.168.0.45
|
|
}
|
|
define service{
|
|
use generic-service
|
|
host_name srv
|
|
service_description WWW
|
|
check_command check_http
|
|
check_command check_ssh
|
|
}
|
|
|
|
|