Simple Rust library to interact with healthchecks.io
Go to file
Harsh Shandilya baff6664f3
chore(release): bump healthchecks-monitor to version 3.0.5
2023-07-03 14:10:37 +05:30
.github feat(ci): add GHA workflow for updating flake.lock every weekend 2023-03-14 10:39:32 +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.7 2023-07-03 14:10:37 +05:30
healthchecks chore(release): bump healthchecks to version 3.1.5 2023-07-03 14:10:37 +05:30
monitor chore(release): bump healthchecks-monitor to version 3.0.5 2023-07-03 14:10:37 +05:30
.git-blame-ignore-revs chore(git): add Alejandra reformat to blame ignore revs 2023-02-22 18:29:17 +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.5 2023-07-03 14:10:37 +05:30
Cargo.toml chore(release): bump healthchecks to version 3.1.5 2023-07-03 14:10:37 +05:30
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 chore(readme): add Built With Garnix badge 2023-02-16 14:13:02 +00:00
default.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:33:28 +05:30
deny.toml chore: reformat TOML files with Taplo 2023-06-26 00:49:20 +05:30
flake.lock flake.lock: Update 2023-07-02 06:03:15 +00:00
flake.nix feat(flakes): adopt nix-systems for flake systems 2023-06-26 00:49:20 +05:30
release.toml fix(release): adjust cargo-release config 2023-01-26 11:20:55 +00:00
rust-toolchain.toml chore: reformat TOML files with Taplo 2023-06-26 00:49:20 +05:30
shell.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:33:28 +05:30

README.md

healthchecks-rs Built with Garnix

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.