26 lines
768 B
Text
26 lines
768 B
Text
/*
|
|
AUTO-GENERATED FILE - DOMAIN: focus
|
|
Ne pas modifier manuellement.
|
|
Source: domains.yaml
|
|
*/
|
|
|
|
apply Service "focus-entretien-processus-focus" {
|
|
import "service_echeance"
|
|
vars.date_echeance = "2026-03-09"
|
|
notes = "Vérifier que les cartouches FOCUS sont à jour"
|
|
assign where host.name == "life-noc"
|
|
}
|
|
|
|
apply Service "focus-nettoyage-inbox-mentale" {
|
|
import "service_echeance"
|
|
vars.date_echeance = "2026-03-09"
|
|
notes = "Vider et clarifier les éléments capturés hors système"
|
|
assign where host.name == "life-noc"
|
|
}
|
|
|
|
apply Service "focus-revue-limitation-engagements" {
|
|
import "service_echeance"
|
|
vars.date_echeance = "2026-03-31"
|
|
notes = "Vérifier que les engagements actifs demeurent réalistes"
|
|
assign where host.name == "life-noc"
|
|
}
|