healthchecks-rs/hcctl
renovate[bot] a0fe8fa7f7
chore(deps): update rust crate time to 0.3.36
2024-04-11 04:48:44 +00:00
..
src refactor: migrate to clap `v4.0.0-rc.1` 2022-09-21 17:33:21 +05:30
CHANGELOG.md hcctl/monitor: add changelog entries 2023-07-03 14:10:15 +05:30
Cargo.toml chore(deps): update rust crate time to 0.3.36 2024-04-11 04:48:44 +00:00
README.md hcctl: fix cargo configuration for publish 2020-11-21 11:36:34 +05:30

README.md

hcctl

Simple CLI tool to keep a track of your https://healthchecks.io account

Usage

List all your current checks

HEALTHCHECKS_TOKEN=<API key> hcctl list

 ID         | Name                  | Last Ping
------------+-----------------------+-----------------------------------
 <redacted> | gitout_sync           | 0 hour(s) and 3 minute(s) ago
 <redacted> | dl_msfjarvis_dev_sync | 0 hour(s) and 4 minute(s) ago
 <redacted> | email_sync            | 0 hour(s) and 4 minute(s) ago

List the 10 latest pings from a check

HEALTHCHECKS_TOKEN=<API key> hcctl pings <check_id>

 Number | Time       | Type    | Duration
--------+------------+---------+------------
 #22280 | 21/11 6:0  | success | 29.384 sec
 #22279 | 21/11 6:0  | start   |
 #22278 | 21/11 5:45 | success | 29.814 sec
 #22277 | 21/11 5:45 | start   |
 #22276 | 21/11 5:30 | success | 31.149 sec
 #22275 | 21/11 5:30 | start   |
 #22274 | 21/11 5:15 | success | 30.364 sec
 #22273 | 21/11 5:15 | start   |
 #22272 | 21/11 5:0  | success | 31.320 sec
 #22271 | 21/11 5:0  | start   |