life-noc/icinga/services/garage-et-rangement.conf
2026-03-15 14:43:50 -04:00

60 lines
2.2 KiB
Text

/*
AUTO-GENERATED FILE - DOMAIN: garage-et-rangement
Ne pas modifier manuellement.
Source: domains.yaml
*/
apply Service "garage-et-rangement-inspection-rangement-plafond" {
import "service_echeance"
vars.date_echeance = "2026-05-01"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "GARAGE-ET-RANGEMENT" ]
notes = "Vérification des supports suspendus au plafond du garage"
vars.instructions_url = "/life-noc/item/garage-et-rangement/inspection-rangement-plafond"
assign where host.name == "life-noc"
}
apply Service "garage-et-rangement-revue-inventaire-garage" {
import "service_echeance"
vars.date_echeance = "2026-04-15"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "GARAGE-ET-RANGEMENT" ]
notes = "Revue de l'inventaire et de l'ordre du garage"
vars.instructions_url = "/life-noc/item/garage-et-rangement/revue-inventaire-garage"
assign where host.name == "life-noc"
}
apply Service "garage-et-rangement-verification-rouille-outillage" {
import "service_echeance"
vars.date_echeance = "2026-05-15"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "GARAGE-ET-RANGEMENT" ]
notes = "Vérification de la corrosion sur les outils et équipements"
vars.instructions_url = "/life-noc/item/garage-et-rangement/verification-rouille-outillage"
assign where host.name == "life-noc"
}
apply Service "garage-et-rangement-inspection-securite-garage" {
import "service_echeance"
vars.date_echeance = "2026-06-01"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "GARAGE-ET-RANGEMENT" ]
notes = "Vérification des conditions de sécurité du garage"
vars.instructions_url = "/life-noc/item/garage-et-rangement/inspection-securite-garage"
assign where host.name == "life-noc"
}
apply Service "garage-et-rangement-rotation-stockage-bacs" {
import "service_echeance"
vars.date_echeance = "2026-05-15"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "GARAGE-ET-RANGEMENT" ]
notes = "Revue des contenus de bacs de rangement"
vars.instructions_url = "/life-noc/item/garage-et-rangement/rotation-stockage-bacs"
assign where host.name == "life-noc"
}