feat: add Cronitor cron job and uptime monitoring provider#6339
Open
selenaalpha77-sketch wants to merge 1 commit intokeephq:mainfrom
Open
feat: add Cronitor cron job and uptime monitoring provider#6339selenaalpha77-sketch wants to merge 1 commit intokeephq:mainfrom
selenaalpha77-sketch wants to merge 1 commit intokeephq:mainfrom
Conversation
Adds a new provider for Cronitor.io, a monitoring platform for cron jobs, heartbeats, background workers, and uptime checks. - Pull failing monitors from the Cronitor REST API (Basic Auth) - Receive real-time webhook notifications for job failures and recoveries - Map Cronitor monitor states and event types to Keep severities/statuses - Full alerts_mock.py for webhook testing - MDX documentation with setup instructions for both webhook and pull modes
|
evan seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Contributor
|
No linked issues found. Please add the corresponding issues in the pull request description. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new provider for Cronitor, a monitoring platform for cron jobs, heartbeats, scheduled tasks, and uptime checks. Cronitor is widely used by engineering teams to ensure background jobs and scheduled tasks run on time.
failing,degraded,healthy,paused) to Keep severities and statusesmonitor.failure,monitor.recovery,heartbeat.missed) to Keep alert statusesenvironmentconfig parameteralerts_mock.pyfor webhook payload testingProvider files
keep/providers/cronitor_provider/cronitor_provider.pykeep/providers/cronitor_provider/__init__.pykeep/providers/cronitor_provider/alerts_mock.pydocs/providers/documentation/cronitor-provider.mdxTest plan
validate_scopesreturnsread_monitors: True_get_alerts()returns failing monitors with correct severity/status mappingenvironmentconfig is setalerts_mock.pyand verify_format_alertproduces a correctAlertDto🤖 Generated with Claude Code