33 lines
999 B
Text
33 lines
999 B
Text
/*
|
|
AUTO-GENERATED FILE - DOMAIN: revue
|
|
Ne pas modifier manuellement.
|
|
Source: domains.yaml
|
|
*/
|
|
|
|
apply Service "revue-revue-quotidienne-life-noc" {
|
|
import "service_echeance"
|
|
vars.date_echeance = "2026-03-07"
|
|
notes = "Revue quotidienne du tableau Life-NOC"
|
|
assign where host.name == "life-noc"
|
|
}
|
|
|
|
apply Service "revue-revue-hebdomadaire-priorites" {
|
|
import "service_echeance"
|
|
vars.date_echeance = "2026-03-08"
|
|
notes = "Revue hebdomadaire des priorités personnelles et professionnelles"
|
|
assign where host.name == "life-noc"
|
|
}
|
|
|
|
apply Service "revue-revue-mensuelle-systeme-vie" {
|
|
import "service_echeance"
|
|
vars.date_echeance = "2026-04-01"
|
|
notes = "Revue mensuelle de l'ensemble du système Life-NOC"
|
|
assign where host.name == "life-noc"
|
|
}
|
|
|
|
apply Service "revue-revue-trimestrielle-orientation" {
|
|
import "service_echeance"
|
|
vars.date_echeance = "2026-06-30"
|
|
notes = "Revue trimestrielle des orientations de vie et de Chezlepro"
|
|
assign where host.name == "life-noc"
|
|
}
|