life-noc/icinga/services/focus.conf

66 lines
2.6 KiB
Text
Raw Normal View History

2026-03-06 14:35:42 -05:00
/*
AUTO-GENERATED FILE - DOMAIN: focus
Ne pas modifier manuellement.
Source: domains.yaml
*/
apply Service "focus-entretien-processus-focus" {
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/focus.yaml"
vars.life_noc_item_key = "entretien-processus-focus"
vars.life_noc_metric_unit = "days"
vars.life_noc_label = "entretien-processus-focus"
groups = [ "FOCUS" ]
2026-03-16 18:05:17 -04:00
vars.life_noc_threshold_unknown_lt = "5"
vars.life_noc_threshold_ok_gte = "5"
vars.life_noc_threshold_warning_gte = "7"
vars.life_noc_threshold_critical_gte = "10"
vars.life_noc_on_error = "critical"
2026-03-06 14:35:42 -05:00
notes = "Vérifier que les cartouches FOCUS sont à jour"
2026-03-16 18:05:17 -04:00
vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/focus/entretien-processus-focus"
2026-03-06 13:35:44 -05:00
assign where host.name == "life-noc"
}
2026-03-06 14:35:42 -05:00
apply Service "focus-nettoyage-inbox-mentale" {
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/focus.yaml"
vars.life_noc_item_key = "nettoyage-inbox-mentale"
vars.life_noc_metric_unit = "days"
vars.life_noc_label = "nettoyage-inbox-mentale"
groups = [ "FOCUS" ]
2026-03-16 18:05:17 -04:00
vars.life_noc_threshold_unknown_lt = "5"
vars.life_noc_threshold_ok_gte = "5"
vars.life_noc_threshold_warning_gte = "7"
vars.life_noc_threshold_critical_gte = "10"
vars.life_noc_on_error = "critical"
2026-03-06 14:35:42 -05:00
notes = "Vider et clarifier les éléments capturés hors système"
2026-03-16 18:05:17 -04:00
vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/focus/nettoyage-inbox-mentale"
2026-03-06 13:35:44 -05:00
assign where host.name == "life-noc"
}
2026-03-06 14:35:42 -05:00
apply Service "focus-revue-limitation-engagements" {
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/focus.yaml"
vars.life_noc_item_key = "revue-limitation-engagements"
vars.life_noc_metric_unit = "days"
vars.life_noc_label = "revue-limitation-engagements"
groups = [ "FOCUS" ]
2026-03-16 18:05:17 -04:00
vars.life_noc_threshold_unknown_lt = "20"
vars.life_noc_threshold_ok_gte = "20"
vars.life_noc_threshold_warning_gte = "31"
vars.life_noc_threshold_critical_gte = "45"
vars.life_noc_on_error = "critical"
2026-03-06 14:35:42 -05:00
notes = "Vérifier que les engagements actifs demeurent réalistes"
2026-03-16 18:05:17 -04:00
vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/focus/revue-limitation-engagements"
2026-03-06 13:35:44 -05:00
assign where host.name == "life-noc"
}