mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #579] Feature request: integration with scripts #422
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#422
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 @David-Lor on GitHub (Oct 24, 2021).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/579
I was wondering how useful it would be just being able to run custom scripts (or commands) as part of an integration. This way, we could integrate Healthchecks with pretty much anything, no matter if it is actually supported.
@cuu508 commented on GitHub (Oct 24, 2021):
There is an optional "Shell Commands" integration: https://github.com/healthchecks/healthchecks#shell-commands
@David-Lor commented on GitHub (Oct 24, 2021):
Whoops, didn't notice that section. Thank you!