life-noc/icinga/services/informatique-personnelle.conf

56 lines
1.8 KiB
Text
Raw Normal View History

2026-03-06 14:35:42 -05:00
/*
AUTO-GENERATED FILE - DOMAIN: informatique-personnelle
Ne pas modifier manuellement.
Source: domains.yaml
*/
apply Service "informatique-personnelle-verification-sauvegardes-personnelles" {
import "service_echeance"
vars.date_echeance = "2026-04-01"
2026-03-13 16:13:37 -04:00
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "INFORMATIQUE-PERSONNELLE" ]
2026-03-06 14:35:42 -05:00
notes = "Vérification des sauvegardes personnelles"
assign where host.name == "life-noc"
}
apply Service "informatique-personnelle-nettoyage-stockage-personnel" {
import "service_echeance"
vars.date_echeance = "2026-04-15"
2026-03-13 16:13:37 -04:00
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "INFORMATIQUE-PERSONNELLE" ]
2026-03-06 14:35:42 -05:00
notes = "Nettoyage du stockage numérique personnel"
assign where host.name == "life-noc"
}
apply Service "informatique-personnelle-verification-comptes-importants" {
import "service_echeance"
vars.date_echeance = "2026-05-01"
2026-03-13 16:13:37 -04:00
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "INFORMATIQUE-PERSONNELLE" ]
2026-03-06 14:35:42 -05:00
notes = "Vérification des comptes numériques personnels importants"
assign where host.name == "life-noc"
}
apply Service "informatique-personnelle-revue-mots-de-passe-personnels" {
import "service_echeance"
vars.date_echeance = "2026-06-01"
2026-03-13 16:13:37 -04:00
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "INFORMATIQUE-PERSONNELLE" ]
2026-03-06 14:35:42 -05:00
notes = "Revue des mots de passe personnels critiques"
assign where host.name == "life-noc"
}
apply Service "informatique-personnelle-verification-documents-cloud-personnels" {
import "service_echeance"
vars.date_echeance = "2026-05-15"
2026-03-13 16:13:37 -04:00
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "INFORMATIQUE-PERSONNELLE" ]
2026-03-06 14:35:42 -05:00
notes = "Vérifier la cohérence des documents personnels sauvegardés"
assign where host.name == "life-noc"
}