An open API service indexing awesome lists of open source software.

https://github.com/marknjunge/healthchecks-ping

Ping healthchecks.io at a certain schedule.
https://github.com/marknjunge/healthchecks-ping

Last synced: over 1 year ago
JSON representation

Ping healthchecks.io at a certain schedule.

Awesome Lists containing this project

README

          

# Healthchecks Ping
Ping [healthchecks.io](https://healthchecks.io/) at a certain schedule.

## Usage
```
docker run -e URL=https://hc-ping.com/uuid -e SCHEDULE="* * * * *" marknjunge/healthchecks-ping
```
```yml
version: "3"
services:
healthchecksping:
container_name: healthchecks-ping
image: marknjunge/healthchecks-ping
environment:
- URL=https://hc-ping.com/uuid
- SCHEDULE=* * * * *
```