You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[app]
address = "0.0.0.0:6000" # Address of the HTTP Server.
server_timeout = "60s" # Server timeout for HTTP requests.
enable_request_logs = true # Whether to log incoming HTTP requests or not.
log = "debug" # Use debug to enable verbose logging. Can be set to info otherwise.
[providers.a_alerts]
type = "google_chat" # Type of provider. Currently supported value is google_chat.
endpoint = "https://chat.googleapis.com" # Google Chat Webhook URL
max_idle_conns = 50 # Max idle connections in the HTTP Client.
timeout = "30s" # Timeout for making requests to Provider.
proxy_url = "http://internal-squid-proxy.com:3128" # Specify proxy_url as your proxy endpoint to route all HTTP requests to the provider via a proxy.
template = "static/message.tmpl" # Path to specify the message template path.
thread_ttl = "1h" # Timeout to keep active alerts in memory. Once this TTL expires, a new thread will be created.
dry_run = false #true
[app]
address = "0.0.0.0:6000" # Address of the HTTP Server.
server_timeout = "60s" # Server timeout for HTTP requests.
enable_request_logs = true # Whether to log incoming HTTP requests or not.
log = "debug" # Use
debug
to enable verbose logging. Can be set toinfo
otherwise.[providers.a_alerts]
type = "google_chat" # Type of provider. Currently supported value is
google_chat
.endpoint = "https://chat.googleapis.com" # Google Chat Webhook URL
max_idle_conns = 50 # Max idle connections in the HTTP Client.
timeout = "30s" # Timeout for making requests to Provider.
proxy_url = "http://internal-squid-proxy.com:3128" # Specify
proxy_url
as your proxy endpoint to route all HTTP requests to the provider via a proxy.template = "static/message.tmpl" # Path to specify the message template path.
thread_ttl = "1h" # Timeout to keep active alerts in memory. Once this TTL expires, a new thread will be created.
dry_run = false #true
[providers.b_alerts]
type = "google_chat"
endpoint = "https://chat.googleapis.com"
max_idle_conns = 50
timeout = "30s"
proxy_url = "http://internal-squid-proxy.com:3128"
template = "static/message.tmpl"
thread_ttl = "1h"
dry_run = false #true
[providers.c_alerts]
type = "google_chat"
endpoint = "https://chat.googleapis.com"
max_idle_conns = 50
timeout = "30s"
proxy_url = "http://internal-squid-proxy.com:3128"
template = "static/message.tmpl"
thread_ttl = "1h"
dry_run = false #true
The text was updated successfully, but these errors were encountered: