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

105 lines
3.2 KiB
Text

/*
AUTO-GENERATED FILE - DOMAIN: reseau-chezlepro
Ne pas modifier manuellement.
Source: domains.yaml
*/
apply Service "reseau-chezlepro-verification-firewalls" {
import "service_echeance"
vars.date_echeance = "2026-04-01"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "RESEAU-CHEZLEPRO" ]
notes = "Vérification des firewalls"
assign where host.name == "life-noc"
}
apply Service "reseau-chezlepro-verification-vpn-openvpn" {
import "service_echeance"
vars.date_echeance = "2026-04-15"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "RESEAU-CHEZLEPRO" ]
notes = "Vérification des tunnels OpenVPN"
assign where host.name == "life-noc"
}
apply Service "reseau-chezlepro-verification-crl-certificats" {
import "service_echeance"
vars.date_echeance = "2026-04-15"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "RESEAU-CHEZLEPRO" ]
notes = "Vérification de la CRL et des certificats"
assign where host.name == "life-noc"
}
apply Service "reseau-chezlepro-verification-switches" {
import "service_echeance"
vars.date_echeance = "2026-05-01"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "RESEAU-CHEZLEPRO" ]
notes = "Vérification des switches et uplinks"
assign where host.name == "life-noc"
}
apply Service "reseau-chezlepro-verification-vlans-segmentation" {
import "service_echeance"
vars.date_echeance = "2026-05-01"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "RESEAU-CHEZLEPRO" ]
notes = "Vérification de la segmentation réseau"
assign where host.name == "life-noc"
}
apply Service "reseau-chezlepro-verification-dns" {
import "service_echeance"
vars.date_echeance = "2026-05-15"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "RESEAU-CHEZLEPRO" ]
notes = "Vérification DNS interne et externe"
assign where host.name == "life-noc"
}
apply Service "reseau-chezlepro-verification-dynamic-dns" {
import "service_echeance"
vars.date_echeance = "2026-05-15"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "RESEAU-CHEZLEPRO" ]
notes = "Vérification du DNS dynamique si utilisé"
assign where host.name == "life-noc"
}
apply Service "reseau-chezlepro-audit-regles-firewall" {
import "service_echeance"
vars.date_echeance = "2026-06-01"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "RESEAU-CHEZLEPRO" ]
notes = "Audit périodique des règles de firewall"
assign where host.name == "life-noc"
}
apply Service "reseau-chezlepro-verification-geoblocking" {
import "service_echeance"
vars.date_echeance = "2026-05-15"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "RESEAU-CHEZLEPRO" ]
notes = "Vérifier le geoblocking et son effet attendu"
assign where host.name == "life-noc"
}
apply Service "reseau-chezlepro-verification-certificats-publics" {
import "service_echeance"
vars.date_echeance = "2026-06-01"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "RESEAU-CHEZLEPRO" ]
notes = "Vérifier les expirations de certificats publics"
assign where host.name == "life-noc"
}