This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
Add "View on site_name" link in Pushover notifications
master
Pēteris Caune
3 years ago
parent
7fb64c8249
commit
1b513c0802
No known key found for this signature in database
GPG Key ID:
E28D7679E9A9EDE2
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
hc/api/transports.py
+ 2
- 0
hc/api/transports.py
View File
@ -419,6 +419,8 @@ class Pushover(HttpTransport):
"
html
"
:
1
,
"
priority
"
:
int
(
prio
)
,
"
tags
"
:
check
.
unique_key
,
"
url
"
:
check
.
cloaked_url
(
)
,
"
url_title
"
:
f
"
View on {settings.SITE_NAME}
"
,
}
# Emergency notification
Write
Preview
Loading…
Cancel
Save