life-noc/icinga/services/obligations-legales-personnelles.conf

84 lines
3.1 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
AUTO-GENERATED FILE - DOMAIN: obligations-legales-personnelles
Ne pas modifier manuellement.
Source: domains.yaml
*/
apply Service "obligations-legales-personnelles-verification-testament" {
import "service_echeance"
vars.date_echeance = "2026-07-01"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "OBLIGATIONS-LEGALES-PERSONNELLES" ]
notes = "Vérifier la pertinence et l'actualité du testament"
assign where host.name == "life-noc"
}
apply Service "obligations-legales-personnelles-verification-mandat-inaptitude" {
import "service_echeance"
vars.date_echeance = "2026-07-01"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "OBLIGATIONS-LEGALES-PERSONNELLES" ]
notes = "Vérifier le mandat de protection et documents connexes"
assign where host.name == "life-noc"
}
apply Service "obligations-legales-personnelles-verification-directives-medicales" {
import "service_echeance"
vars.date_echeance = "2026-07-15"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "OBLIGATIONS-LEGALES-PERSONNELLES" ]
notes = "Vérifier les directives médicales anticipées"
assign where host.name == "life-noc"
}
apply Service "obligations-legales-personnelles-verification-papiers-identite" {
import "service_echeance"
vars.date_echeance = "2026-06-01"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "OBLIGATIONS-LEGALES-PERSONNELLES" ]
notes = "Vérifier l'expiration des papiers d'identité"
assign where host.name == "life-noc"
}
apply Service "obligations-legales-personnelles-renouvellement-permis-conduire" {
import "service_life_noc_probe"
vars.life_noc_probe_type = "days_until_due"
vars.life_noc_source_type = "manual_date"
vars.life_noc_source_value = ""
vars.life_noc_inputs_file = "/opt/life-noc/data/inputs/obligations-legales-personnelles.yaml"
vars.life_noc_item_key = "renouvellement-permis-conduire"
vars.life_noc_metric_unit = "days"
vars.life_noc_label = "renouvellement-permis-conduire"
groups = [ "OBLIGATIONS-LEGALES-PERSONNELLES" ]
vars.life_noc_threshold_unknown_gte = "90"
vars.life_noc_threshold_ok_lt = "90"
vars.life_noc_threshold_warning_lt = "30"
vars.life_noc_threshold_critical_lt = "7"
vars.life_noc_on_error = "critical"
notes = "Vérifier la proximité de léchéance du permis"
assign where host.name == "life-noc"
}
apply Service "obligations-legales-personnelles-verification-carte-assurance-maladie" {
import "service_echeance"
vars.date_echeance = "2026-10-01"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "OBLIGATIONS-LEGALES-PERSONNELLES" ]
notes = "Vérifier l'expiration de la carte d'assurance maladie"
assign where host.name == "life-noc"
}
apply Service "obligations-legales-personnelles-verification-passeport" {
import "service_echeance"
vars.date_echeance = "2026-06-01"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "OBLIGATIONS-LEGALES-PERSONNELLES" ]
notes = "Vérifier l'expiration du passeport"
assign where host.name == "life-noc"
}