Simple Rust library to interact with healthchecks.io
Go to file
Harsh Shandilya c7c57a7bde chore(release): bump healthchecks-monitor to version 3.0.4 2023-01-26 11:22:33 +00:00
.github feat(ci): disable GHA workflow 2023-01-23 18:54:45 +00:00
.vscode feat(nix): switch to Nix Flakes 2022-12-28 07:59:13 +00:00
hcctl chore(release): bump hcctl to version 2.0.6 2023-01-26 11:22:33 +00:00
healthchecks chore(release): bump healthchecks to version 3.1.4 2023-01-26 11:22:33 +00:00
monitor chore(release): bump healthchecks-monitor to version 3.0.4 2023-01-26 11:22:33 +00:00
.gitignore hcctl/monitor: use clap derive macros (#7) 2020-11-05 00:52:33 +05:30
Cargo.lock chore(release): bump healthchecks-monitor to version 3.0.4 2023-01-26 11:22:33 +00:00
Cargo.toml chore(deps): update rust crate clap to 4.1.4 2023-01-25 01:33:31 +00:00
LICENSE-APACHE github: add README 2020-06-06 03:55:07 +05:30
LICENSE-MIT github: add README 2020-06-06 03:55:07 +05:30
README.md all: update README 2020-11-23 15:47:19 +05:30
default.nix feat(nix): switch to Nix Flakes 2022-12-28 07:59:13 +00:00
deny.toml fix(deps): allow Unicode-DFS-2016 license for unicode-ident 2022-08-31 11:51:17 +05:30
flake.lock feat(nix): switch to Nix Flakes 2022-12-28 07:59:13 +00:00
flake.nix fix(flakes): prevent running checks twice 2022-12-30 09:28:10 +00:00
release.toml fix(release): adjust cargo-release config 2023-01-26 11:20:55 +00:00
rust-toolchain.toml rust: add rust-toolchain file 2022-07-05 02:29:28 +05:30
shell.nix feat(nix): switch to Nix Flakes 2022-12-28 07:59:13 +00:00

README.md

healthchecks-rs

Rust crates for working with healthchecks.io. The repository contains these crates:

  • healthchecks: A library that provides a type-safe way to access to the healthchecks.io pinging and management APIs. Currently covers all methods, please file an issue if a new one is added.
  • healthchecks-monitor: A CLI tool that uses healthchecks to interface with the pinging API.
  • hcctl: Another CLI tool, which utilises a subset of the management API to let users list current checks and get their last 10 pings.

Licensing

Dual licensed under Apache 2.0 or MIT at your option.