mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
Alertmanager IRC relay is a bot that relays Prometheus alerts to IRC channels. Alerts are received from Prometheus using Webhooks to then be relayed to an IRC channel. See also: <https://github.com/google/alertmanager-irc-relay/> Signed-off-by: Ferass El Hafidi <funderscore@postmarketos.org>
8 lines
154 B
Bash
8 lines
154 B
Bash
# /etc/conf.d/alertmanager-irc-relay
|
|
|
|
# Custom arguments can be specified like:
|
|
#
|
|
# ARGS="--config=..."
|
|
|
|
ARGS="--config=/etc/alertmanager-irc-relay.yaml"
|