Line Notification Gateway for Alertmanager (Promtheus).
git clone https://github.com/jieshiun/line-notify-gateway.git
cd line-notify-gateway
docker-compose up -d
Set receiver of generic webhook from Alertmanager.
receivers:
- name: 'line'
webhook_configs:
- url: 'http://webhook:5000/webhook'
http_config:
bearer_token: '« YOUR_LINE_API_TOKEN »'