[PR #272] [MERGED] Apprise Integration #923

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

📋 Pull Request Information

Original PR: https://github.com/healthchecks/healthchecks/pull/272
Author: @caronc
Created: 8/7/2019
Status: Merged
Merged: 8/12/2019
Merged by: @cuu508

Base: masterHead: master


📝 Commits (4)

  • c2b1d00 Apprise Integration
  • b5a0336 Apprise Notifications are now a controlled via settings
  • 86ad70f improved testing
  • d70539b updated apprise documentation

📊 Changes

16 files changed (+225 additions, -3 deletions)

View changed files

📝 .travis.yml (+1 -1)
📝 README.md (+11 -0)
📝 hc/api/models.py (+3 -0)
📝 hc/api/tests/test_notify.py (+40 -1)
📝 hc/api/transports.py (+26 -1)
📝 hc/front/forms.py (+5 -0)
hc/front/tests/test_add_apprise.py (+29 -0)
📝 hc/front/urls.py (+1 -0)
📝 hc/front/views.py (+29 -0)
📝 hc/settings.py (+4 -0)
static/img/integrations/apprise.png (+0 -0)
📝 templates/front/channels.html (+13 -0)
📝 templates/front/welcome.html (+8 -0)
templates/integrations/add_apprise.html (+49 -0)
templates/integrations/apprise_description.html (+5 -0)
templates/integrations/apprise_title.html (+1 -0)

📄 Description

Added Apprise Integration into Healthchecks which references #271
Screenshot from 2019-08-07 19-11-58

Also additionally fixed a minor typo PagerTeam http post (fixed Content-Type header).


🔄 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/272 **Author:** [@caronc](https://github.com/caronc) **Created:** 8/7/2019 **Status:** ✅ Merged **Merged:** 8/12/2019 **Merged by:** [@cuu508](https://github.com/cuu508) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`c2b1d00`](https://github.com/healthchecks/healthchecks/commit/c2b1d00422db971d4d1f758ef4191b65adfb1c9d) Apprise Integration - [`b5a0336`](https://github.com/healthchecks/healthchecks/commit/b5a03369b6a28f0094c9779793e7fb7bfec35a6f) Apprise Notifications are now a controlled via settings - [`86ad70f`](https://github.com/healthchecks/healthchecks/commit/86ad70f6d53ff9091e669b8b347586fd5cf61fec) improved testing - [`d70539b`](https://github.com/healthchecks/healthchecks/commit/d70539b397a0aac798b130accc377a922205e017) updated apprise documentation ### 📊 Changes **16 files changed** (+225 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -1) 📝 `README.md` (+11 -0) 📝 `hc/api/models.py` (+3 -0) 📝 `hc/api/tests/test_notify.py` (+40 -1) 📝 `hc/api/transports.py` (+26 -1) 📝 `hc/front/forms.py` (+5 -0) ➕ `hc/front/tests/test_add_apprise.py` (+29 -0) 📝 `hc/front/urls.py` (+1 -0) 📝 `hc/front/views.py` (+29 -0) 📝 `hc/settings.py` (+4 -0) ➕ `static/img/integrations/apprise.png` (+0 -0) 📝 `templates/front/channels.html` (+13 -0) 📝 `templates/front/welcome.html` (+8 -0) ➕ `templates/integrations/add_apprise.html` (+49 -0) ➕ `templates/integrations/apprise_description.html` (+5 -0) ➕ `templates/integrations/apprise_title.html` (+1 -0) </details> ### 📄 Description Added Apprise Integration into Healthchecks which references #271 ![Screenshot from 2019-08-07 19-11-58](https://user-images.githubusercontent.com/850374/62664161-857f3100-b948-11e9-97ae-85ad91cf5c3e.png) Also additionally fixed a minor typo _PagerTeam_ http post (_fixed Content-Type header_). --- <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:09 +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#923
No description provided.