QVolution2019.2/AoM_Service/service.yaml

28 lines
740 B
YAML
Executable File

#=======================#
# All them URLS and tokens
#=======================#
kairosdb_url: "{{{KAIROSDB_URL}}}"
victorops_url: "{{{VICTOROPS_URL}}}"
slack_url: "https://slack.com/api/chat.postMessage"
slack_token: "{{{SLACK_TOKEN}}}"
smtp_server: "{{{SMTP_SERVER}}}"
consul_url: "{{{CONSUL_URL}}}"
sensu_endpoint: "{{{SENSU_URL}}}"
uchiwa_url: "{{{UCHIWA_URL}}}"
#=======================#
# Logging Information
#=======================#
log_path: "logs/aom_service.log"
#=======================#
# alerts configurations
#=======================#
alert_folder: "alert_configs"
alert_routing_lookup: "alert_routing_lookup"
alert_reload_interval: 300
#=======================#
# request timeout value
#=======================#
timeout: 90