Skip to content
Snippets Groups Projects
Commit 362d87c4 authored by danielspeicher's avatar danielspeicher
Browse files
parent 015bf86a
No related branches found
No related tags found
1 merge request!11Develop
---
title: Docker Alerta Proxy
repo: https://gitlab.lakedrops.com/docker/alerta-proxy
issues: https://gitlab.lakedrops.com/docker/alerta-proxy/-/issues
tags:
- docker
- alerta
---
# 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:
```alerta
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"
```
...@@ -84,6 +84,8 @@ nav: ...@@ -84,6 +84,8 @@ nav:
- Team Handbook: lakedrops.md - Team Handbook: lakedrops.md
- Docker: - Docker:
- docker/index.md - docker/index.md
- Alerta Proxy:
- docker/alerta-proxy-index.md
- Ansible: - Ansible:
- docker/ansible/index.md - docker/ansible/index.md
- GitLab Drupal CI: - GitLab Drupal CI:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment