forked from GithubBackups/healthchecks
Add "check_id" in Spike payload.
This commit is contained in:
parent
f789cad2af
commit
ec5ee03a3e
@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- In the cron expression dialog, show a human-friendly version of the expression
|
- In the cron expression dialog, show a human-friendly version of the expression
|
||||||
- Indicate a started check with a progress spinner under status icon (#338)
|
- Indicate a started check with a progress spinner under status icon (#338)
|
||||||
- Added "Docs > Reliability Tips" page
|
- Added "Docs > Reliability Tips" page
|
||||||
|
- Spike.sh integration (#402)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
- Removing Pager Team integration, project appears to be discontinued
|
- Removing Pager Team integration, project appears to be discontinued
|
||||||
|
@ -584,6 +584,7 @@ class Spike(HttpTransport):
|
|||||||
url = self.channel.value
|
url = self.channel.value
|
||||||
headers = {"Conent-Type": "application/json"}
|
headers = {"Conent-Type": "application/json"}
|
||||||
payload = {
|
payload = {
|
||||||
|
"check_id": str(check.code),
|
||||||
"title": tmpl("spike_title.html", check=check),
|
"title": tmpl("spike_title.html", check=check),
|
||||||
"message": tmpl("spike_description.html", check=check),
|
"message": tmpl("spike_description.html", check=check),
|
||||||
"status": check.status,
|
"status": check.status,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user