0
0
Fork 0
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:
Pēteris Caune 2023-06-13 14:25:04 +03:00
parent c324787809
commit 132873826a
No known key found for this signature in database
GPG key ID: E28D7679E9A9EDE2
4 changed files with 2 additions and 10 deletions

View file

@ -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>

View file

@ -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.

View file

@ -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>

View file

@ -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.