Simple Rust library to interact with healthchecks.io
Go to file
GitHub Actions 8079655428 flake.lock: Update
Flake lock file updates:

• Updated input 'crane':
    'github:ipetkov/crane/10484f86201bb94bd61ecc5335b1496794fedb78' (2024-03-09)
  → 'github:ipetkov/crane/270c7d60d37b769a31bb04d61bc73cc2da1b3f6f' (2024-03-22)
• Updated input 'devshell':
    'github:numtide/devshell/bc68b058dc7e6d4d6befc4ec6c60082b6e844b7d' (2024-03-11)
  → 'github:numtide/devshell/2d45b54ca4a183f2fdcf4b19c895b64fbf620ee8' (2024-03-22)
• Updated input 'fenix':
    'github:nix-community/fenix/b06c3b4110bfb731d8b84b35cc5f7e00e63b37ed' (2024-03-16)
  → 'github:nix-community/fenix/47eeeda0390273e9aa2a585eaad810b2e0564801' (2024-03-23)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/d7ec7a5441190b4fde399b2ac3a8d9daaf062e1c' (2024-03-15)
  → 'github:rust-lang/rust-analyzer/6e54d41d5a710e286e081860c86e8e93bf81b0b2' (2024-03-23)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/9af9c1c87ed3e3ed271934cb896e0cdd33dae212' (2024-03-15)
  → 'github:NixOS/nixpkgs/20bc93ca7b2158ebc99b8cef987a2173a81cde35' (2024-03-23)
2024-03-24 00:23:00 +00:00
.github chore: run flake.lock maintenance earlier 2023-11-26 11:07:00 +05:30
.vscode feat(nix): switch to Nix Flakes 2022-12-28 07:59:13 +00:00
hcctl chore(deps): update rust crate time to 0.3.34 2024-02-04 00:40:42 +00:00
healthchecks fix(deps): update serde monorepo to 1.0.197 2024-02-20 03:42:36 +00:00
monitor chore(release): bump healthchecks-monitor to version 3.0.6 2023-08-12 16:43:24 +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(deps): lock file maintenance 2024-03-23 00:54:49 +00:00
Cargo.toml chore(deps): update rust crate uuid to 1.8.0 2024-03-19 02:33:41 +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 2024-03-24 00:23:00 +00:00
flake.nix feat: upgrade to Rust 1.76.0 2024-02-24 12:20:12 +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: fix Garnix badge 2023-10-29 23:10:11 +05:30
release.toml fix(release): adjust cargo-release config 2023-01-26 11:20:55 +00:00
rust-toolchain.toml feat: upgrade to Rust 1.76.0 2024-02-24 12:20:12 +05:30
shell.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:33:28 +05:30

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.