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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/71d80e811f2e29a4b82d3e545ad6591e35227e03' (2023-10-14)
  → 'github:rustsec/advisory-db/0c251c3c9a1b08e08ef5946d4c2d133fe1bc213e' (2023-10-28)
• Updated input 'crane':
    'github:ipetkov/crane/758ae442227103fa501276e8225609a11c99718e' (2023-10-20)
  → 'github:ipetkov/crane/b7db46f0f1751f7b1d1911f6be7daf568ad5bc65' (2023-10-24)
• Updated input 'devshell':
    'github:numtide/devshell/cd4e2fda3150dd2f689caeac07b7f47df5197c31' (2023-09-29)
  → 'github:numtide/devshell/1aed986e3c81a4f6698e85a7452cbfcc4b31a36e' (2023-10-27)
• Updated input 'fenix':
    'github:nix-community/fenix/595a9eed67a4bf54dfe3e5c3299362a695fef758' (2023-10-21)
  → 'github:nix-community/fenix/0087479649aab847e515e90e7f7333983dea798e' (2023-10-28)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/954fb1d673107f3de5cab9b06cb3d1a2323eb6e0' (2023-10-20)
  → 'github:rust-lang/rust-analyzer/46c395d57090f2ec5784d7fcad57a130911e44f7' (2023-10-26)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/51d906d2341c9e866e48c2efcaac0f2d70bfd43e' (2023-10-21)
  → 'github:NixOS/nixpkgs/808c0d8c53c7ae50f82aca8e7df263225cf235bf' (2023-10-26)
2023-10-29 06:03:39 +00:00
.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 fix(deps): update rust crate comfy-table to 7.1.0 2023-10-21 12:47:55 +00:00
healthchecks fix(deps): update serde monorepo to 1.0.190 2023-10-26 04:30:38 +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 fix(deps): update serde monorepo to 1.0.190 2023-10-26 04:30:38 +00:00
Cargo.toml chore(deps): update rust crate clap to 4.4.7 2023-10-24 19:50:47 +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-10-29 06:03:39 +00:00
flake.nix fix(flakes): drop now-removed crane inputs 2023-10-22 15:19:47 +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: update Garnix badges 2023-08-27 20:51:15 +05:30
release.toml fix(release): adjust cargo-release config 2023-01-26 11:20:55 +00:00
rust-toolchain.toml fix: upgrade to Rust 1.73.0 2023-10-07 17:41:29 +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.