Self-Hosted multi region health check service
Find a file
2024-02-23 12:18:02 +01:00
.github/workflows ci: fix 2024-02-19 11:09:31 +01:00
build feat(worker): worker fetch config via api 2024-02-19 10:09:30 +01:00
cmd/zdravko feat(healthcheck): abbility to select worker group 2024-02-19 11:43:43 +01:00
deploy ci(fly): worker api url 2024-02-22 17:43:03 +01:00
docs feat: style and screenshot 2024-02-10 18:05:11 +01:00
internal feat(settings): improve overall design 2024-02-23 12:18:02 +01:00
pkg feat(settings): improve overall design 2024-02-23 12:18:02 +01:00
tools/generate feat(healthchecks/k6): run k6 script on workers 2024-02-21 10:06:54 +01:00
web feat(settings): improve overall design 2024-02-23 12:18:02 +01:00
.envrc feat: style and screenshot 2024-02-10 18:05:11 +01:00
.gitignore chore: remove npm package-lock 2024-02-22 17:30:40 +01:00
devbox.json feat(healthchecks): store history and nice code editor for scripts 2024-02-21 23:15:21 +01:00
devbox.lock feat(healthchecks): store history and nice code editor for scripts 2024-02-21 23:15:21 +01:00
example.env docs: env cleanup 2024-02-19 10:17:32 +01:00
go.mod refactor(k6): simplify code 2024-02-21 14:09:22 +01:00
go.sum refactor(k6): simplify code 2024-02-21 14:09:22 +01:00
justfile feat(healthchecks): store history and nice code editor for scripts 2024-02-21 23:15:21 +01:00
LICENSE docs: add license 2024-02-11 22:21:40 +01:00
process-compose.yml feat(incidents): landing page 2024-02-23 09:36:13 +01:00
README.md feat(index): working history page 2024-02-22 17:29:17 +01:00

zdravko

Golang selfhosted Status/Healthcheck monitoring app.

Mostly just a project to test temporal.io.

Roadmap

  • SSO Support for authentication.
  • SQLite for database.
    • This means for main app db as well as temporal db.
  • Single binary.
    • One binary to run worker, server and temporal all together.
  • Abbility for multiple workers.
    • Spread workers across regions to monitor latency from different locations.
  • Use k6 for checks, so that they can be written in javascript.
  • History and working home page.
  • Edit/Delete operations for healthchecks and workers.
  • CronJob Healthchecks (via webhooks).
  • Notifications (webhooks, slack, etc).

Screenshot Demo is available at https://zdravko.mnts.dev.

Development

Dependencies

# Configure
cp example.env .env

# Generate JWT key
just generate-jwt-key

# Start development environment
just run

License

Under AGPL, see LICENSE file.