life-noc/icinga/services/maison.conf

117 lines
3.4 KiB
Text

/*
AUTO-GENERATED FILE - DOMAIN: maison
Ne pas modifier manuellement.
Source: domains.yaml
*/
apply Service "maison-remplacement-filtre-fournaise" {
import "service_echeance"
vars.date_echeance = "2026-04-01"
notes = "Remplacer le filtre de la fournaise"
assign where host.name == "life-noc"
}
apply Service "maison-inspection-fournaise" {
import "service_echeance"
vars.date_echeance = "2026-09-15"
notes = "Inspection générale de la fournaise avant saison froide"
assign where host.name == "life-noc"
}
apply Service "maison-inspection-thermopompe" {
import "service_echeance"
vars.date_echeance = "2026-05-01"
notes = "Inspection et entretien de la thermopompe"
assign where host.name == "life-noc"
}
apply Service "maison-nettoyage-unites-exterieures" {
import "service_echeance"
vars.date_echeance = "2026-05-15"
notes = "Nettoyer les unités extérieures et vérifier le dégagement"
assign where host.name == "life-noc"
}
apply Service "maison-inspection-toiture" {
import "service_echeance"
vars.date_echeance = "2026-10-01"
notes = "Inspection annuelle de la toiture"
assign where host.name == "life-noc"
}
apply Service "maison-inspection-gouttieres" {
import "service_echeance"
vars.date_echeance = "2026-11-01"
notes = "Inspection et nettoyage des gouttières"
assign where host.name == "life-noc"
}
apply Service "maison-inspection-fondation" {
import "service_echeance"
vars.date_echeance = "2026-06-01"
notes = "Inspection de la fondation et des fissures"
assign where host.name == "life-noc"
}
apply Service "maison-verification-drainage-terrain" {
import "service_echeance"
vars.date_echeance = "2026-05-15"
notes = "Vérification du drainage autour de la maison"
assign where host.name == "life-noc"
}
apply Service "maison-test-detecteurs-fumee" {
import "service_echeance"
vars.date_echeance = "2026-04-01"
notes = "Test des détecteurs de fumée"
assign where host.name == "life-noc"
}
apply Service "maison-test-detecteurs-co" {
import "service_echeance"
vars.date_echeance = "2026-04-01"
notes = "Test des détecteurs de monoxyde de carbone"
assign where host.name == "life-noc"
}
apply Service "maison-remplacement-piles-detecteurs" {
import "service_echeance"
vars.date_echeance = "2026-10-01"
notes = "Remplacement préventif des piles des détecteurs"
assign where host.name == "life-noc"
}
apply Service "maison-verification-plomberie-visible" {
import "service_echeance"
vars.date_echeance = "2026-05-01"
notes = "Vérification visuelle de la plomberie accessible"
assign where host.name == "life-noc"
}
apply Service "maison-inspection-sump-pump" {
import "service_echeance"
vars.date_echeance = "2026-04-15"
notes = "Vérification de la pompe de puisard si applicable"
assign where host.name == "life-noc"
}
apply Service "maison-verification-calfetrage" {
import "service_echeance"
vars.date_echeance = "2026-10-15"
notes = "Vérification du calfeutrage portes et fenêtres"
assign where host.name == "life-noc"
}
apply Service "maison-inspection-portes-garage" {
import "service_echeance"
vars.date_echeance = "2026-05-15"
notes = "Vérification mécanique et sécurité des portes de garage"
assign where host.name == "life-noc"
}
apply Service "maison-verification-extincteurs" {
import "service_echeance"
vars.date_echeance = "2026-06-01"
notes = "Vérification des extincteurs"
assign where host.name == "life-noc"
}