20 lines
545 B
Text
20 lines
545 B
Text
apply Service "Infra-test-backups" {
|
|
import "service_echeance"
|
|
vars.date_echeance = "2026-03-01"
|
|
notes = "Test restauration sauvegardes"
|
|
assign where host.name == "life-noc"
|
|
}
|
|
|
|
apply Service "Infra-test-ups" {
|
|
import "service_echeance"
|
|
vars.date_echeance = "2026-07-01"
|
|
notes = "Test UPS infrastructure"
|
|
assign where host.name == "life-noc"
|
|
}
|
|
|
|
apply Service "Infra-verification-firewall" {
|
|
import "service_echeance"
|
|
vars.date_echeance = "2026-03-15"
|
|
notes = "Verification firewall"
|
|
assign where host.name == "life-noc"
|
|
}
|