Skip to content

Commit

Permalink
Add screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Oct 2, 2024
1 parent bc8f17c commit 1c964d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# uncomplicated-alert-receiver (UAR)

<img alt = "project logo" src = "var/logo.png" align = "right" />

[![Discord](https://img.shields.io/discord/846737624960860180?label=Discord%20Server)](https://discord.gg/jhYWWpNJ3v)

<p align = "center">
<img src = "var/logo.png" width = "128px" />
<img src = "var/screenshot.png" />
</p>

A robust and reliable Prometheus alert receiver intended for heads up displays. It works without internet access, has no external dependencies, no configuration files, no storage needs, and generally has very few things to go wrong - all it does it receives alerts, and displays them in a simple webpage.
Expand All @@ -21,7 +26,7 @@ UAR is distributed as a Linux container, it can run on any host port, in the exa
docker run -p 1337:8080 --name uar ghcr.io/jamesread/uncomplicated-alert-receiver
```

## Setup
## Setup

You should already have a prometheus running, as well as an alertmanager running, with at least one alert configured.

Expand All @@ -40,7 +45,7 @@ route:
group_interval: 30s
```
Of course you are free to set the sending intervals to a duration that fits you.
Of course you are free to set the sending intervals to a duration that fits you.
## **This is a No-Nonsense Open Source project;**
Expand Down
Binary file added var/screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1c964d3

Please sign in to comment.