life-noc/icinga/services/documentation.conf

86 lines
3.5 KiB
Text
Raw Permalink Normal View History

2026-03-06 14:35:42 -05:00
/*
AUTO-GENERATED FILE - DOMAIN: documentation
Ne pas modifier manuellement.
Source: domains.yaml
*/
apply Service "documentation-revue-docs-personnelles-importantes" {
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/documentation.yaml"
vars.life_noc_item_key = "revue-docs-personnelles-importantes"
vars.life_noc_metric_unit = "days"
vars.life_noc_label = "revue-docs-personnelles-importantes"
groups = [ "DOCUMENTATION" ]
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 = "Revoir l'organisation des documents personnels importants"
2026-03-16 21:25:15 -04:00
vars.instructions_url = "/life-noc/item/documentation/revue-docs-personnelles-importantes"
2026-03-06 14:35:42 -05:00
assign where host.name == "life-noc"
}
apply Service "documentation-revue-wiki-technique" {
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/documentation.yaml"
vars.life_noc_item_key = "revue-wiki-technique"
vars.life_noc_metric_unit = "days"
vars.life_noc_label = "revue-wiki-technique"
groups = [ "DOCUMENTATION" ]
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 = "Revoir le wiki technique et sa cohérence"
2026-03-16 21:25:15 -04:00
vars.instructions_url = "/life-noc/item/documentation/revue-wiki-technique"
2026-03-06 14:35:42 -05:00
assign where host.name == "life-noc"
}
apply Service "documentation-revue-base-connaissances" {
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/documentation.yaml"
vars.life_noc_item_key = "revue-base-connaissances"
vars.life_noc_metric_unit = "days"
vars.life_noc_label = "revue-base-connaissances"
groups = [ "DOCUMENTATION" ]
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 = "Revoir la base de connaissances globale"
2026-03-16 21:25:15 -04:00
vars.instructions_url = "/life-noc/item/documentation/revue-base-connaissances"
2026-03-06 14:35:42 -05:00
assign where host.name == "life-noc"
}
apply Service "documentation-verification-sauvegarde-docs-cles" {
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/documentation.yaml"
vars.life_noc_item_key = "verification-sauvegarde-docs-cles"
vars.life_noc_metric_unit = "days"
vars.life_noc_label = "verification-sauvegarde-docs-cles"
groups = [ "DOCUMENTATION" ]
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 = "Vérifier la sauvegarde des documents clés"
2026-03-16 21:25:15 -04:00
vars.instructions_url = "/life-noc/item/documentation/verification-sauvegarde-docs-cles"
2026-03-06 14:35:42 -05:00
assign where host.name == "life-noc"
}