Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
academo authored Jan 6, 2025
1 parent 64490fc commit 77cff4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Grafana Ntify Webhook integration
# Grafana Ntfy Webhook integration

Integration between https://ntfy.sh/ and grafana alerting.

Expand Down Expand Up @@ -71,7 +71,7 @@ services:
### Example using Docker and a non amd64 architecture
The provided docket image is amd64. Should you wish to use a different architecture, you can [download the binary](https://github.com/academo/grafana-alerting-ntfy-webhook-integration/releases) and use the following docker-compose file as example
The provided docker image is amd64. Should you wish to use a different architecture, you can [download the binary](https://github.com/academo/grafana-alerting-ntfy-webhook-integration/releases) and use the following docker-compose file as example
```yaml
version: "3"
Expand All @@ -90,7 +90,7 @@ services:
Then in your grafana alerting webhook contact point you would configure the url as `http://grafana-ntfy:8080` (notice is the hostname value)

For the authorization, use the username and password created in ntfy-sh in Grafana.
For the authorization, use the username and password passed to ntfy-sh in Grafana.

## Options

Expand Down

0 comments on commit 77cff4b

Please sign in to comment.