[PR #366] [MERGED] Add runitor to resources.{md,html} #939

Closed
opened 2026-02-25 23:44:13 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

  • eb279c4 Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/healthchecks/healthchecks/pull/366 **Author:** [@bdd](https://github.com/bdd) **Created:** 5/1/2020 **Status:** ✅ Merged **Merged:** 5/1/2020 **Merged by:** [@cuu508](https://github.com/cuu508) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`eb279c4`](https://github.com/healthchecks/healthchecks/commit/eb279c4c2111129c5b37210305f1e0f9fd6486ea) Add runitor to resources.{md,html} ### 📊 Changes **2 files changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `templates/docs/resources.html` (+2 -1) 📝 `templates/docs/resources.md` (+1 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:44:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#939
No description provided.