mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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"
|
|
}
|
|
|