Browse Source

Add "View on site_name" link in Pushover notifications

master
Pēteris Caune 3 years ago
parent
commit
1b513c0802
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 2 additions and 0 deletions
  1. +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


Loading…
Cancel
Save