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

115 lines
3.6 KiB
Text

/*
AUTO-GENERATED FILE - DOMAIN: jardin
Ne pas modifier manuellement.
Source: domains.yaml
*/
apply Service "jardin-inspection-vignes" {
import "service_echeance"
vars.date_echeance = "2026-04-15"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "JARDIN" ]
notes = "Inspection et entretien des vignes"
vars.instructions_url = "/life-noc/item/jardin/inspection-vignes"
assign where host.name == "life-noc"
}
apply Service "jardin-entretien-bleuetiers" {
import "service_echeance"
vars.date_echeance = "2026-05-01"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "JARDIN" ]
notes = "Entretien des bleuetiers"
vars.instructions_url = "/life-noc/item/jardin/entretien-bleuetiers"
assign where host.name == "life-noc"
}
apply Service "jardin-entretien-framboisiers" {
import "service_echeance"
vars.date_echeance = "2026-06-01"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "JARDIN" ]
notes = "Entretien des framboisiers"
vars.instructions_url = "/life-noc/item/jardin/entretien-framboisiers"
assign where host.name == "life-noc"
}
apply Service "jardin-inspection-kiwis-nordiques" {
import "service_echeance"
vars.date_echeance = "2026-05-15"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "JARDIN" ]
notes = "Vérification des kiwis nordiques"
vars.instructions_url = "/life-noc/item/jardin/inspection-kiwis-nordiques"
assign where host.name == "life-noc"
}
apply Service "jardin-entretien-rhubarbe" {
import "service_echeance"
vars.date_echeance = "2026-05-15"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "JARDIN" ]
notes = "Entretien de la rhubarbe"
vars.instructions_url = "/life-noc/item/jardin/entretien-rhubarbe"
assign where host.name == "life-noc"
}
apply Service "jardin-inspection-groseillier" {
import "service_echeance"
vars.date_echeance = "2026-05-15"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "JARDIN" ]
notes = "Inspection du groseillier"
vars.instructions_url = "/life-noc/item/jardin/inspection-groseillier"
assign where host.name == "life-noc"
}
apply Service "jardin-inspection-muriers" {
import "service_echeance"
vars.date_echeance = "2026-05-15"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "JARDIN" ]
notes = "Inspection des mûriers"
vars.instructions_url = "/life-noc/item/jardin/inspection-muriers"
assign where host.name == "life-noc"
}
apply Service "jardin-entretien-houblon" {
import "service_echeance"
vars.date_echeance = "2026-06-01"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "JARDIN" ]
notes = "Vérification et entretien du houblon"
vars.instructions_url = "/life-noc/item/jardin/entretien-houblon"
assign where host.name == "life-noc"
}
apply Service "jardin-revision-pharmacopée-jardin" {
import "service_echeance"
vars.date_echeance = "2026-05-01"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "JARDIN" ]
notes = "Vérification du stock de soins pour végétaux"
vars.instructions_url = "/life-noc/item/jardin/revision-pharmacopée-jardin"
assign where host.name == "life-noc"
}
apply Service "jardin-revision-armoire-produits-jardin" {
import "service_echeance"
vars.date_echeance = "2026-05-01"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "JARDIN" ]
notes = "Vérification et ordre de l'armoire des produits pour végétaux"
vars.instructions_url = "/life-noc/item/jardin/revision-armoire-produits-jardin"
assign where host.name == "life-noc"
}