endstat/README.md

32 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2019-04-30 08:20:01 +00:00
# endstat
2019-05-01 23:47:30 +00:00
`endstat` is an easy-to-use **End**point **Stat**us checking tool, meant for
2019-04-30 08:20:01 +00:00
checking the health of various web locations. It supports arbitrary domains and
2019-05-01 23:47:30 +00:00
ports, status matching, and body matching using [ron][ron], a quick-to-understand config
file notation, built in [Rust][rust] using [actix][actix].
My motivation was that I wanted to make a dashboard that was easy-to-use to make
sure my homelab services were running when I screwed around with config files.
[ron]: https://github.com/ron-rs/ron
[rust]: https://rust-lang.org
[actix]: https://github.com/ron-rs/ron
## Features
- HTTP/HTTPS
- Arbitrary ports
- Expected body and/or status code responses
- Optional no redirect following
2019-05-08 02:47:24 +00:00
- API endpoints (`/api`, `/rss`)
- Webhooks
2019-05-01 23:47:30 +00:00
## Getting started
There's an example config file that you can simply rename to `endstat_conf.ron`.
It should be a relatively comprehensive example of what sort of flexibility
`endstat` offers.
If you're building from source, execute `cargo run`.
If you've gotten this binary from somewhere else, simply execute it.