Show HN: Quirky – server monitoring for real people
2 points
7 hours ago
| 0 comments
| github.com
| HN
I needed a simple server monitoring & notifying tool, and I wasn't really happy with grafana (or the alternatives). After seeing this thread: https://news.ycombinator.com/item?id=45934940, I decided to build my own.

Still in the early stages, but you define your checks using composable steps (http_get, compare_timestamp, etc), and custom checks can be written in any language that can return json.

Backend is written in haskell, so the easiest way to try it out right now is with nix:

  nix run .#quirky -- examples/demo.yaml
And then you can see the dashboard on http://localhost:9855
No one has commented on this post.