life-noc/icinga/services/documentation.conf

85 lines
3.5 KiB
Text

/*
AUTO-GENERATED FILE - DOMAIN: documentation
Ne pas modifier manuellement.
Source: domains.yaml
*/
apply Service "documentation-revue-docs-personnelles-importantes" {
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" ]
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"
notes = "Revoir l'organisation des documents personnels importants"
vars.instructions_url = "/life-noc/item/documentation/revue-docs-personnelles-importantes"
assign where host.name == "life-noc"
}
apply Service "documentation-revue-wiki-technique" {
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" ]
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"
notes = "Revoir le wiki technique et sa cohérence"
vars.instructions_url = "/life-noc/item/documentation/revue-wiki-technique"
assign where host.name == "life-noc"
}
apply Service "documentation-revue-base-connaissances" {
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" ]
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"
notes = "Revoir la base de connaissances globale"
vars.instructions_url = "/life-noc/item/documentation/revue-base-connaissances"
assign where host.name == "life-noc"
}
apply Service "documentation-verification-sauvegarde-docs-cles" {
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" ]
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"
notes = "Vérifier la sauvegarde des documents clés"
vars.instructions_url = "/life-noc/item/documentation/verification-sauvegarde-docs-cles"
assign where host.name == "life-noc"
}