mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-26 07:25:51 +03:00
[GH-ISSUE #694] Additional schedule element #499
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#499
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DarrenPIngram on GitHub (Aug 12, 2022).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/694
For a script that runs (for example) between 1900-0500 UTC, could there be an additional monitoring element to say the script runs only between these times (so if it was running hourly between these times, Healthcheck would not say at 1200 UTC that "Houston, we have a problem"?
@cuu508 commented on GitHub (Aug 16, 2022):
Perhaps the cron schedule would work here?
0 19-23,0-4 * * *says: expect a ping at the start of every hour, from 19:00 until 05:00 (exclusive).@DarrenPIngram commented on GitHub (Aug 16, 2022):
Ah, thank you. I entirely did not see or appreciate that option there. I
guess I was focussed on the first screen, thinking it might be in the
available options. Thank you for the nudge.
On Tue, 16 Aug 2022 at 16:00, Pēteris Caune @.***>
wrote: