There was an error while loading. Please reload this page.
Hastic can send alerts to Prometheus Alertmanager. You need to set 2 variables in config.json:
HASTIC_ALERT_TYPE=alertmanager
HASTIC_ALERTMANAGER_URL=<alertmanager_url>
For example:
// config.json { //... "HASTIC_ALERT_TYPE": "alertmanager", "HASTIC_ALERTMANAGER_URL": "http://localhost:9093" }
P.S. to configure your Alertmanager to send alerts to Telegram see alertmanager-bot.