mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-08 06:30:05 +00:00
Remove healthchecks/hchk from the resources page as it's unmaintained
This commit is contained in:
parent
c324787809
commit
132873826a
4 changed files with 2 additions and 10 deletions
|
@ -86,7 +86,7 @@ maximum allowed time gap between "start" and "success" signals. If a job
|
|||
sends a "start" signal but then does not send a "success" signal within grace time,
|
||||
SITE_NAME will assume the job has failed, and send out alerts.</p>
|
||||
<hr />
|
||||
<p>An <strong>Integration</strong> is a specific method for delivering monitoring alerts when checks
|
||||
<p>An <strong>Integration</strong> is a specific method for delivering monitoring alerts when a check's
|
||||
change states. SITE_NAME supports many types of integrations: email,
|
||||
webhooks, SMS, Slack, PagerDuty, etc. You can set up multiple integrations.
|
||||
For each check, you can specify which integrations it should use.</p>
|
||||
|
|
|
@ -102,7 +102,7 @@ SITE_NAME will assume the job has failed, and send out alerts.
|
|||
|
||||
---
|
||||
|
||||
An **Integration** is a specific method for delivering monitoring alerts when checks
|
||||
An **Integration** is a specific method for delivering monitoring alerts when a check's
|
||||
change states. SITE_NAME supports many types of integrations: email,
|
||||
webhooks, SMS, Slack, PagerDuty, etc. You can set up multiple integrations.
|
||||
For each check, you can specify which integrations it should use.
|
||||
|
|
|
@ -37,10 +37,6 @@ Please submit additions and corrections
|
|||
<ul>
|
||||
<li><a href="https://github.com/davehope/HealthChecksIOStatusReport">davehope/HealthChecksIOStatusReport</a> – Supports pinging.</li>
|
||||
</ul>
|
||||
<h3>Python</h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/healthchecks/hchk">healthchecks/hchk</a> – Supports creating, pinging.</li>
|
||||
</ul>
|
||||
<h3>Ruby</h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/gyde-tv/checks">gyde-tv/checks</a> – Supports pinging.</li>
|
||||
|
|
|
@ -40,10 +40,6 @@ Please submit additions and corrections
|
|||
|
||||
* [davehope/HealthChecksIOStatusReport](https://github.com/davehope/HealthChecksIOStatusReport) – Supports pinging.
|
||||
|
||||
### Python
|
||||
|
||||
* [healthchecks/hchk](https://github.com/healthchecks/hchk) – Supports creating, pinging.
|
||||
|
||||
### Ruby
|
||||
|
||||
* [gyde-tv/checks](https://github.com/gyde-tv/checks) – Supports pinging.
|
||||
|
|
Loading…
Add table
Reference in a new issue