1
1
mirror of https://github.com/cooperspencer/gickup synced 2024-11-08 12:09:18 +01:00
* added gotify and ntfy to notify

* added new example config
This commit is contained in:
Andreas Wachter 2023-05-02 16:43:55 +02:00 committed by GitHub
parent b2da20028e
commit fae97c289b
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -232,7 +232,15 @@ metrics:
urls:
- http(s)://url-to-make-request-to
- http(s)://another-url-to-make-request-to
push:
ntfy:
- url: http(s)://url-to-ntfy/your-topic
token: your-token
user: your-user
password: your-password
gotify:
- url: http(s)://url-to-gotify
token: your-token
---
# you can define separate source and destination pairs,