mirror of https://github.com/Icinga/icinga2.git
15 lines
210 B
Plaintext
15 lines
210 B
Plaintext
|
/**
|
||
|
* test templates
|
||
|
*/
|
||
|
|
||
|
template Service "test-generic-service" {
|
||
|
max_check_attempts = 3
|
||
|
check_interval = 5m
|
||
|
retry_interval = 1m
|
||
|
}
|
||
|
|
||
|
template Host "test-generic-host" {
|
||
|
check_command = "hostalive"
|
||
|
}
|
||
|
|