63 lines
2.6 KiB
Text
63 lines
2.6 KiB
Text
/*
|
|
AUTO-GENERATED FILE - DOMAIN: animaux
|
|
Ne pas modifier manuellement.
|
|
Source: domains.yaml
|
|
*/
|
|
|
|
apply Service "animaux-verification-stock-nourriture-chats" {
|
|
import "service_life_noc_probe"
|
|
vars.life_noc_probe_type = "remaining_quantity"
|
|
vars.life_noc_source_type = "manual_value"
|
|
vars.life_noc_source_value = ""
|
|
vars.life_noc_inputs_file = "/opt/life-noc/data/inputs/animaux.yaml"
|
|
vars.life_noc_item_key = "verification-stock-nourriture-chats"
|
|
vars.life_noc_metric_unit = "%"
|
|
vars.life_noc_label = "verification-stock-nourriture-chats"
|
|
groups = [ "ANIMAUX" ]
|
|
vars.life_noc_threshold_ok_gte = "50"
|
|
vars.life_noc_threshold_warning_lt = "50"
|
|
vars.life_noc_threshold_critical_lt = "25"
|
|
vars.life_noc_on_error = "critical"
|
|
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_life_noc_probe"
|
|
vars.life_noc_probe_type = "remaining_quantity"
|
|
vars.life_noc_source_type = "manual_value"
|
|
vars.life_noc_source_value = ""
|
|
vars.life_noc_inputs_file = "/opt/life-noc/data/inputs/animaux.yaml"
|
|
vars.life_noc_item_key = "verification-friandises-et-litiere"
|
|
vars.life_noc_metric_unit = "%"
|
|
vars.life_noc_label = "verification-friandises-et-litiere"
|
|
groups = [ "ANIMAUX" ]
|
|
vars.life_noc_threshold_ok_gte = "50"
|
|
vars.life_noc_threshold_warning_lt = "50"
|
|
vars.life_noc_threshold_critical_lt = "25"
|
|
vars.life_noc_on_error = "critical"
|
|
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"
|
|
}
|