For the complete documentation index, see llms.txt. This page is also available as Markdown.

CLI Heartbeat Examples

Command line interface heartbeat examples

Simple Heartbeat

Simple heartbeat call using curl

curl https://beat.ilert.com/api/pings/${YOUR-APIKEY}

Cronjob Backup

Heartbeat after successful backup script cronjob execution

run_backup.sh && curl https://beat.ilert.com/api/pings/${YOUR-APIKEY}

Last updated

Was this helpful?