sachet
sachet copied to clipboard
SMS alerts for Prometheus' Alertmanager
Hi, I try to build the docker image (because no pre-build image is avalaible for arm arch) ant it isn't working, here is the traceback: ```bash sebpomme machine:~ [645:1]% docker...
Is there any way to inject secrets into the config file without having to write them down directly?
I prefer not to have to statically configure recipients for alerts but rather have the alert writer decide how and where to route his alerts to. To this end I...
Hello, it would be nice to provide builds for multiple arch (like ARMv7, for ARM Dev Board) for Sachet. Providing a checksum of the files would be great too! I...
## Background [DeepSource](https://deepsource.io/) is a free for open-source tool that helps developers and teams write good code. It continuously analyzes code changes on every PR and gives a central dashboard...
In a case where many alerts are firing you might receive really big SMS. We should have a limit (in the configuration) that limits the size of the SMS sent.
Hey, Please consider this PR, which adds support for clickatell : https://www.clickatell.com Thanks
Quite simple really, I'd like to have dockerhub images without building myself. Upstream is always better.
This provider adds basic support for smstools (http://smstools3.kekekasvi.com/). It simply write messages to a spooling directory where smsd picks them up for sending.
All providers live in their own package, but many types also contain the provider name. The result is code like this: ```go provider := messagebird.NewMessageBird(messagebird.MessageBirdConfig{ AccessKey: "YOUR_ACCESS_KEY", // ... })...