life-noc/icinga/services/revue.conf

63 lines
2.2 KiB
Text

/*
AUTO-GENERATED FILE - DOMAIN: revue
Ne pas modifier manuellement.
Source: domains.yaml
*/
apply Service "revue-revue-quotidienne-life-noc" {
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/revue.yaml"
vars.life_noc_item_key = "revue-quotidienne-life-noc"
vars.life_noc_metric_unit = "days"
vars.life_noc_label = "revue-quotidienne-life-noc"
groups = [ "REVUE" ]
vars.life_noc_threshold_unknown_lt = "1"
vars.life_noc_threshold_ok_gte = "1"
vars.life_noc_threshold_warning_gte = "2"
vars.life_noc_threshold_critical_gte = "3"
vars.life_noc_on_error = "critical"
notes = "Vérifier le tableau de bord Life-NOC"
assign where host.name == "life-noc"
}
apply Service "revue-revue-hebdomadaire-priorites" {
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/revue.yaml"
vars.life_noc_item_key = "revue-hebdomadaire-priorites"
vars.life_noc_metric_unit = "days"
vars.life_noc_label = "revue-hebdomadaire-priorites"
groups = [ "REVUE" ]
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"
notes = "Revoir les priorités de la semaine"
assign where host.name == "life-noc"
}
apply Service "revue-revue-mensuelle-systeme-vie" {
import "service_echeance"
vars.date_echeance = "2026-04-01"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "REVUE" ]
notes = "Revue mensuelle de l'ensemble du système Life-NOC"
assign where host.name == "life-noc"
}
apply Service "revue-revue-trimestrielle-orientation" {
import "service_echeance"
vars.date_echeance = "2026-06-30"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "REVUE" ]
notes = "Revue trimestrielle des orientations de vie et de Chezlepro"
assign where host.name == "life-noc"
}