life-noc/icinga/services/animaux.conf

48 lines
1.8 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"
2026-03-16 18:05:17 -04:00
vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/animaux/verification-stock-nourriture-chats"
2026-03-06 14:35:42 -05:00
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"
2026-03-16 18:05:17 -04:00
vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/animaux/verification-friandises-et-litiere"
2026-03-06 14:35:42 -05:00
assign where host.name == "life-noc"
}
apply Service "animaux-revision-routine-soins-animaux" {
2026-03-16 18:05:17 -04:00
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" ]
2026-03-16 18:05:17 -04:00
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"
2026-03-06 14:35:42 -05:00
notes = "Revue de la routine de soins et des besoins matériels des chats"
2026-03-16 18:05:17 -04:00
vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/animaux/revision-routine-soins-animaux"
2026-03-06 14:35:42 -05:00
assign where host.name == "life-noc"
}