mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[PR #366] [MERGED] Add runitor to resources.{md,html} #939
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#939
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?
📋 Pull Request Information
Original PR: https://github.com/healthchecks/healthchecks/pull/366
Author: @bdd
Created: 5/1/2020
Status: ✅ Merged
Merged: 5/1/2020
Merged by: @cuu508
Base:
master← Head:master📝 Commits (1)
eb279c4Add runitor to resources.{md,html}📊 Changes
2 files changed (+3 additions, -1 deletions)
View changed files
📝
templates/docs/resources.html(+2 -1)📝
templates/docs/resources.md(+1 -0)📄 Description
From its README:
Why Do I Need This Instead of Calling curl from a Shell Script?
In addition to clean separation of concerns from the thing that needs to
run and the act of calling an external monitor, runitor packs a few neat
extra features that are bit more involved than single line additions to
a script.
It can capture the stdout and stderr of the command to send it along
with execution reports, a.k.a. pings. When you respond to an alert you
can quickly start investigating the issue with the relevant context
already available.
It can be used as a long running process acting as a task scheduler,
executing the command at specified intervals. This feature comes in
handy when you don't readily have access to a job scheduler like crond
or systemd.timer. Works well in one process per container environments.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.