https://github.com/healthchecks/hchk
A CLI interface to healthchecks.io
https://github.com/healthchecks/hchk
Last synced: 17 days ago
JSON representation
A CLI interface to healthchecks.io
- Host: GitHub
- URL: https://github.com/healthchecks/hchk
- Owner: healthchecks
- Created: 2016-02-18T10:31:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-24T12:23:50.000Z (over 2 years ago)
- Last Synced: 2024-10-30T12:51:13.613Z (6 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 27
- Watchers: 6
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - healthchecks/hchk - A CLI interface to healthchecks.io (Python)
README
# healthchecks.io CLI
[](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d)
A CLI interface to healthchecks.io. This project **is not maintained**, and I currently
have no plans to develop it further. For alternative, better, and actively maintained
CLI tools, please see [Third-Party Resources](https://healthchecks.io/docs/resources/)
on Healthchecks.io.# Installation
Run:
$ pip install hchk
# Usage
See available commands:
$ hchk --help
Create your healthchecks.io API key in your
[settings page](https://healthchecks.io/accounts/profile/).Save the API key on your target system. Your API key will be saved
in a plain text configuration file `$HOME/.hchk`$ hchk setkey YOUR_API_KEY
Create a check with custom name, tags, period and grace time, and then ping
it:$ hchk ping -n "My New Check" -t "web prod" -p 600 -g 60
The check will be created if it does not exist, and its ping URL
will be saved in `$HOME/.hchk`.