You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Het Zeus Overzicht met Uitgebreide Toestanden ("Zeus Overview with Extensive)
3
+
Het Zeus Overzicht met Uitgebreide Toestanden ("Zeus Overview Using exTensive states")
4
4
5
5
The aim of this project is to provide an "uptime monitor" for Zeus projects.
6
6
Why use an existing solution, when you can build it yourself?
@@ -9,35 +9,77 @@ Anyway, this application is rather simple.
9
9
It has a list of projects, for which it pings some URL every X time, and saves the result in a big PostgreSQL table (we use TimescaleDB, so we can save all the things).
10
10
We then show this with a simple UI.
11
11
12
-
## Installing dev environment
12
+
## Setting up a dev environment
13
+
14
+
> Note: Once the server runs, it will ping registered services every minute or so, so don't leave it running too long in the background.
15
+
16
+
Combine any of the following:
17
+
18
+
### Nix (everything)
13
19
14
20
Enlightened people can use the nix flake.
15
-
Others need to search how to install:
21
+
22
+
After setting up the database, run the webserver as follows:
0 commit comments