life-noc/icinga/templates/service_echeance.conf
2026-03-13 16:13:37 -04:00

17 lines
327 B
Text

template Service "service_echeance" {
import "generic-service"
check_command = "check_life_noc_mock"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
vars.warning_days = 14
vars.critical_days = 3
max_check_attempts = 1
check_interval = 1m
retry_interval = 30s
enable_notifications = false
}