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
Some mechanism to fire alerts via a shell script could be used to integrate with third party services without necessarily having to support those services directly.
Some use cases I'm thinking of are making a POST using curl to a Unified Push server for mobile push notifications, or the Twilio API for SMS notifications, as a couple simple examples.
Not sure how it would work with the existing config schema... Maybe it wouldn't need explicit recipients. An idea around how to configure might look like this:
Each alert could loop through them and populate the $message environment variable before firing the command.
This could also potentially cover #17 since I believe Telegram has an http API that could be invoked the same way (maybe using jq in the command to help construct the payload to post and piping that to curl).
The text was updated successfully, but these errors were encountered:
Some mechanism to fire alerts via a shell script could be used to integrate with third party services without necessarily having to support those services directly.
Some use cases I'm thinking of are making a POST using
curl
to a Unified Push server for mobile push notifications, or the Twilio API for SMS notifications, as a couple simple examples.Not sure how it would work with the existing config schema... Maybe it wouldn't need explicit recipients. An idea around how to configure might look like this:
Each alert could loop through them and populate the
$message
environment variable before firing the command.This could also potentially cover #17 since I believe Telegram has an http API that could be invoked the same way (maybe using
jq
in the command to help construct the payload to post and piping that to curl).The text was updated successfully, but these errors were encountered: