life-noc/icinga/services/animaux.conf

47 lines
1.7 KiB
Text

/*
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"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "ANIMAUX" ]
notes = "Vérification du stock de nourriture pour chats"
vars.instructions_url = "/life-noc/item/animaux/verification-stock-nourriture-chats"
assign where host.name == "life-noc"
}
apply Service "animaux-verification-friandises-et-litiere" {
import "service_echeance"
vars.date_echeance = "2026-04-15"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "ANIMAUX" ]
notes = "Vérification des stocks de friandises et de litière"
vars.instructions_url = "/life-noc/item/animaux/verification-friandises-et-litiere"
assign where host.name == "life-noc"
}
apply Service "animaux-revision-routine-soins-animaux" {
import "service_life_noc_probe"
vars.life_noc_probe_type = "elapsed_time"
vars.life_noc_source_type = "manual_date"
vars.life_noc_source_value = ""
vars.life_noc_inputs_file = "/opt/life-noc/data/inputs/animaux.yaml"
vars.life_noc_item_key = "revision-routine-soins-animaux"
vars.life_noc_metric_unit = "days"
vars.life_noc_label = "revision-routine-soins-animaux"
groups = [ "ANIMAUX" ]
vars.life_noc_threshold_unknown_lt = "60"
vars.life_noc_threshold_ok_gte = "60"
vars.life_noc_threshold_warning_gte = "90"
vars.life_noc_threshold_critical_gte = "120"
vars.life_noc_on_error = "critical"
notes = "Revue de la routine de soins et des besoins matériels des chats"
vars.instructions_url = "/life-noc/item/animaux/revision-routine-soins-animaux"
assign where host.name == "life-noc"
}