#health-check #io #command-line-tool #account #api-key #ping

app hcctl

Command-line tool for interacting with a https://healthchecks.io account

11 stable releases

2.0.9 Jun 24, 2024
2.0.8 Aug 12, 2023
2.0.7 Jul 3, 2023
2.0.6 Jan 26, 2023
1.0.0 Nov 21, 2020

#854 in Web programming

Download history 41/week @ 2024-03-29 12/week @ 2024-04-05 135/week @ 2024-06-21 11/week @ 2024-06-28 14/week @ 2024-07-05

160 downloads per month

MIT/Apache

53KB
745 lines

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   |

Dependencies

~11MB
~212K SLoC