life-noc/icinga/services/stock.conf

14 lines
367 B
Text
Raw Normal View History

2026-03-06 14:35:42 -05:00
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"
}