Description
A heartbeat is a periodic signal to indicate that a script or process is operating as expected. If the signal is not received within a given timeout the system will generate and send a notification.Usage
Typically you would use this tool at the end of a script, once a process finishes or in cron directly.
- First set up a new heartbeat by submiting the form below.
- A verification email will be sent to the provided address. Click the link provided within to confirm the address and enable the heartbeat.
- In your script or process use your http client of choice to GET the provided url once the important parts are completed. Typically this would be at the end of the script.
curl --silent "https://heartbeat.shl8.com/ping/b49b5066-2678-491b-9d0b-fbf0b83eb97a"