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

92 lines
3.8 KiB
Text
Raw Normal View History

2026-03-06 14:35:42 -05:00
/*
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"
2026-03-13 16:13:37 -04:00
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "OBLIGATIONS-LEGALES-PERSONNELLES" ]
2026-03-06 14:35:42 -05:00
notes = "Vérifier la pertinence et l'actualité du testament"
2026-03-15 14:43:50 -04:00
vars.instructions_url = "/life-noc/item/obligations-legales-personnelles/verification-testament"
2026-03-06 14:35:42 -05:00
assign where host.name == "life-noc"
}
apply Service "obligations-legales-personnelles-verification-mandat-inaptitude" {
import "service_echeance"
vars.date_echeance = "2026-07-01"
2026-03-13 16:13:37 -04:00
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "OBLIGATIONS-LEGALES-PERSONNELLES" ]
2026-03-06 14:35:42 -05:00
notes = "Vérifier le mandat de protection et documents connexes"
2026-03-15 14:43:50 -04:00
vars.instructions_url = "/life-noc/item/obligations-legales-personnelles/verification-mandat-inaptitude"
2026-03-06 14:35:42 -05:00
assign where host.name == "life-noc"
}
apply Service "obligations-legales-personnelles-verification-directives-medicales" {
import "service_echeance"
vars.date_echeance = "2026-07-15"
2026-03-13 16:13:37 -04:00
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "OBLIGATIONS-LEGALES-PERSONNELLES" ]
2026-03-06 14:35:42 -05:00
notes = "Vérifier les directives médicales anticipées"
2026-03-15 14:43:50 -04:00
vars.instructions_url = "/life-noc/item/obligations-legales-personnelles/verification-directives-medicales"
2026-03-06 14:35:42 -05:00
assign where host.name == "life-noc"
}
apply Service "obligations-legales-personnelles-verification-papiers-identite" {
import "service_echeance"
vars.date_echeance = "2026-06-01"
2026-03-13 16:13:37 -04:00
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "OBLIGATIONS-LEGALES-PERSONNELLES" ]
2026-03-06 14:35:42 -05:00
notes = "Vérifier l'expiration des papiers d'identité"
2026-03-15 14:43:50 -04:00
vars.instructions_url = "/life-noc/item/obligations-legales-personnelles/verification-papiers-identite"
2026-03-06 14:35:42 -05:00
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"
2026-03-15 14:43:50 -04:00
vars.instructions_url = "/life-noc/item/obligations-legales-personnelles/renouvellement-permis-conduire"
2026-03-06 14:35:42 -05:00
assign where host.name == "life-noc"
}
apply Service "obligations-legales-personnelles-verification-carte-assurance-maladie" {
import "service_echeance"
vars.date_echeance = "2026-10-01"
2026-03-13 16:13:37 -04:00
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "OBLIGATIONS-LEGALES-PERSONNELLES" ]
2026-03-06 14:35:42 -05:00
notes = "Vérifier l'expiration de la carte d'assurance maladie"
2026-03-15 14:43:50 -04:00
vars.instructions_url = "/life-noc/item/obligations-legales-personnelles/verification-carte-assurance-maladie"
2026-03-06 14:35:42 -05:00
assign where host.name == "life-noc"
}
apply Service "obligations-legales-personnelles-verification-passeport" {
import "service_echeance"
vars.date_echeance = "2026-06-01"
2026-03-13 16:13:37 -04:00
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "OBLIGATIONS-LEGALES-PERSONNELLES" ]
2026-03-06 14:35:42 -05:00
notes = "Vérifier l'expiration du passeport"
2026-03-15 14:43:50 -04:00
vars.instructions_url = "/life-noc/item/obligations-legales-personnelles/verification-passeport"
2026-03-06 14:35:42 -05:00
assign where host.name == "life-noc"
}