Integrate Spike with Cronicle to receive real-time alerts via Phone calls, SMS, Slack, MS Teams, and more when scheduled jobs complete with failures.
Overview
Cronicle is an open-source task scheduler for running cron-style jobs across one or more servers. It helps teams schedule, run, and monitor recurring tasks from a central web interface.
With Spike’s Cronicle integration, incidents are triggered only when a job run is completed and failed. This helps reduce noise from in-progress events and keeps alerts focused on actionable failures.
How it works
Spike evaluates Cronicle webhook payloads using the event action and completion result:
Spike only creates incidents for action: job_complete events where complete: 1 and code is non-zero.
job_start events are ignored by default and do not trigger incidents.
Spike auto-resolves an existing Cronicle incident when a later job_complete event for the same job id has complete: 1 and code: 0.
Cronicle’s exit code is read from the code field in the webhook payload (0 = success, non-zero = failure).
Auto-resolution is supported for this integration. Spike will also automatically group repeated incidents and suppress alerts while incident is open.
Set up instructions
Step 1: Create a Cronicle integration in the Spike dashboard and copy the webhook URL.