calert icon indicating copy to clipboard operation
calert copied to clipboard

🔔 Send alert notifications to Google Chat via Prometheus Alertmanager

Results 14 calert issues
Sort by recently updated
recently updated
newest added

We'd like to deploy calert using the helm terraform provider. This provider requires "built" helm charts, published within a helm registry. Publishing the chart can be done within a github...

help wanted

Hi and thank you very much for this project! We are currently migrating some of our instances to ARM-based builds and `calert` is one of the few things keeping us...

Hello, First of all thanks for your work, very useful piece of code you put there. Quick question, I've seen in #5 that you couldn't add this in the receivers...

Prometheus 2.35.0 Alertmanager 0.24.0 Calert 2.0.2 After I upgraded the Calert from 1.2.4 to 2.0.2, Alertmanager grouped alerts are no longer being sent to a unique Google chat thread. On...

bug

Hello, Thank you for the projet. Could you use a nonroot user to run it ? `RUN groupadd -g 999 appgroup && \ useradd -r -u 999 -g appgroup appuser...

Error LOG ``` (*Notifier).Dispatch","file":"/home/runner/work/calert/calert/internal/notifier/notifier.go","line":41},"msg":"dispatching alerts","count":1} {"time":"2024-03-26T17:01:19.101881613Z","level":"ERROR","source":{"function":"github.com/mr-karan/calert/internal/notifier.(*Notifier).Dispatch","file":"/home/runner/work/calert/calert/internal/notifier/notifier.go","line":45},"msg":"no provider available for room","room":"cattle-monitoring-system/alertas/alertas"} {"time":"2024-03-26T17:01:19.102244707Z","level":"ERROR","source":{"function":"main.handleDispatchNotif.func1","file":"/home/runner/work/calert/calert/cmd/handlers.go","line":109},"msg":"error dispatching alerts","error":"no provider configured for room: cattle-monitoring-system/alertas/alertas"} ``` AlertManager Config ```yaml apiVersion: monitoring.coreos.com/v1alpha1 kind: AlertmanagerConfig metadata: name: alertas namespace:...

This is a followup of #56, #48, #50 The URL https://mr-karan.github.io/calert/charts gives a 404, currently, so the helm repository is not yet functional for what I can see. I think...

Hi there! This issue is related to https://github.com/mr-karan/calert/issues/62 I am curious about templating opportunities provided by your solution, but struggling to find any. By looking at calert message.tmpl it seems...

The thread memory feature does not work well when using multiple replicas. Implementing leader election and forward inbound requests to the leader could solve this issue.

enhancement