life-noc/icinga/services/securite-chezlepro.conf

66 lines
2.1 KiB
Text
Raw Normal View History

2026-03-06 14:35:42 -05:00
/*
AUTO-GENERATED FILE - DOMAIN: securite-chezlepro
Ne pas modifier manuellement.
Source: domains.yaml
*/
apply Service "securite-chezlepro-verification-mises-a-jour-securite" {
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 = [ "SECURITE-CHEZLEPRO" ]
2026-03-06 14:35:42 -05:00
notes = "Vérification des mises à jour de sécurité"
assign where host.name == "life-noc"
}
apply Service "securite-chezlepro-audit-comptes-acces" {
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 = [ "SECURITE-CHEZLEPRO" ]
2026-03-06 14:35:42 -05:00
notes = "Audit des comptes et accès privilégiés"
assign where host.name == "life-noc"
}
apply Service "securite-chezlepro-verification-ids-snort" {
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 = [ "SECURITE-CHEZLEPRO" ]
2026-03-06 14:35:42 -05:00
notes = "Vérification des IDS et de leur état"
assign where host.name == "life-noc"
}
apply Service "securite-chezlepro-revue-pki-privee" {
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 = [ "SECURITE-CHEZLEPRO" ]
2026-03-06 14:35:42 -05:00
notes = "Revue de la PKI privée et des autorités intermédiaires"
assign where host.name == "life-noc"
}
apply Service "securite-chezlepro-revue-politiques-securite" {
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 = [ "SECURITE-CHEZLEPRO" ]
2026-03-06 14:35:42 -05:00
notes = "Revue des politiques et pratiques de sécurité numérique"
assign where host.name == "life-noc"
}
apply Service "securite-chezlepro-verification-sauvegardes-configuration" {
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 = [ "SECURITE-CHEZLEPRO" ]
2026-03-06 14:35:42 -05:00
notes = "Vérifier les sauvegardes des configurations critiques"
assign where host.name == "life-noc"
}