life-noc/icinga/services/animaux.conf

36 lines
1 KiB
Text
Raw Normal View History

2026-03-06 14:35:42 -05:00
/*
AUTO-GENERATED FILE - DOMAIN: animaux
Ne pas modifier manuellement.
Source: domains.yaml
*/
apply Service "animaux-verification-stock-nourriture-chats" {
import "service_echeance"
vars.date_echeance = "2026-04-15"
2026-03-13 16:13:37 -04:00
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "ANIMAUX" ]
2026-03-06 14:35:42 -05:00
notes = "Vérification du stock de nourriture pour chats"
assign where host.name == "life-noc"
}
apply Service "animaux-verification-friandises-et-litiere" {
import "service_echeance"
vars.date_echeance = "2026-04-15"
2026-03-13 16:13:37 -04:00
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "ANIMAUX" ]
2026-03-06 14:35:42 -05:00
notes = "Vérification des stocks de friandises et de litière"
assign where host.name == "life-noc"
}
apply Service "animaux-revision-routine-soins-animaux" {
import "service_echeance"
vars.date_echeance = "2026-05-01"
2026-03-13 16:13:37 -04:00
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "ANIMAUX" ]
2026-03-06 14:35:42 -05:00
notes = "Revue de la routine de soins et des besoins matériels des chats"
assign where host.name == "life-noc"
}