life-noc/icinga/services/stock.conf

13 lines
367 B
Text

apply Service "Stock-rotation-nourriture" {
import "service_echeance"
vars.date_echeance = "2026-03-01"
notes = "Rotation stock alimentaire"
assign where host.name == "life-noc"
}
apply Service "Stock-reserve-eau" {
import "service_echeance"
vars.date_echeance = "2026-05-01"
notes = "Verification reserve eau"
assign where host.name == "life-noc"
}