Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alerts are not coming into Threads in Google Chat #84

Open
onlineakash97 opened this issue Nov 11, 2024 · 2 comments
Open

Alerts are not coming into Threads in Google Chat #84

onlineakash97 opened this issue Nov 11, 2024 · 2 comments

Comments

@onlineakash97
Copy link

[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

[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

@theinhumaneme
Copy link

Were you able to figure this out?

@onlineakash97
Copy link
Author

onlineakash97 commented Dec 6, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants