Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DevOps Tools
Documentation
Merge requests
!11
Develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Develop
develop
into
main
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
danielspeicher
requested to merge
develop
into
main
10 months ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
362d87c4
Prev
Next
Show latest version
2 files
+
24
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
362d87c4
docker/l3d#85
· 362d87c4
danielspeicher
authored
10 months ago
docs/docker/alerta-proxy/index.md
0 → 100644
+
22
−
0
Options
---
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"
```
Loading