Skip to content

Commit

Permalink
Merge branch 'main' of github.com:erpuno/up
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Jan 29, 2024
2 parents b03e1af + 898adb6 commit 44e028d
Showing 1 changed file with 30 additions and 3 deletions.
33 changes: 30 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,32 @@
# UP: Uptime/Status Incident and Maintenance Management
# UP: Incidents and Maintenance

[![Hex pm](http://img.shields.io/hexpm/v/up.svg?style=flat&x=1)](https://hex.pm/packages/up)

Minimalistic uptime server in Elixir..
Minimalistic uptime server in Elixir with HTTP API and WebSocket SPA status page.

![image](https://github.com/erpuno/up/assets/144776/50a090c7-4ff0-4b9f-8a40-de32f750f06f)

```elixir
get "/"
get "/incidents"
get "/incidents/:id"
put "/incidents"
get "/maintenance"
get "/maintenance/:id"
put "/maintenance"
get "/metrics"
get "/metrics/:id"
put "/metrics"
get "/components"
get "/components/:type/:id"
put "/components"
get "/groups"
get "/groups/:type/:id"
put "/groups"
get "/users"
get "/users/:type/:id"
put "/users"
```

## Features

Expand All @@ -15,7 +39,10 @@ Minimalistic uptime server in Elixir..
```elixir
$ mix deps.get
$ iex -S mix
UPTIME/STATUS server listening at port: 5010.
UP UPTIME/STATUS version 1.0.
1: HTTP API listening at port: 5010.
2: WebSocket NITRO listening at port: 5011.
Interactive Elixir (1.12.2) - press Ctrl+C to exit (type h() ENTER for help)
iex(1)>
```

Expand Down

0 comments on commit 44e028d

Please sign in to comment.