Skip to content

Alerta ProxyΒΆ

This is a docker image, which creates a UDP Server Socket. This socket can receive alert messages from multiple applications and sends those messages via API to the central Alerta host. You will need the following variables:

1
2
3
4
5
6
7
ENV ALERTA_DOMAIN "alerta.your-domain.com"
ENV ALERTA_API_KEY "required"
ENV ALERTA_ENVIRONMENT "Production"
ENV ALERTA_PROJECT_ID 0
ENV HOST "0.0.0.0"
ENV PORT 20002
ENV HOSTNAME "localhost"