Command line interface heartbeat examples
Simple heartbeat call using curl
curl https://beat.ilert.com/api/pings/${YOUR-APIKEY}
Heartbeat after successful backup script cronjob execution
run_backup.sh && curl https://beat.ilert.com/api/pings/${YOUR-APIKEY}
Last updated 8 months ago
Was this helpful?