Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrusme committed Sep 19, 2024
1 parent 92a9a4b commit c400435
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ TODO
TODO


## Use
## Use

### Pushover clients

The [official Pushover API documentation](https://pushover.net/api#messages)
shows how to submit a message to the `/1/messages.json` endpoint. Replacing
Expand All @@ -140,6 +142,21 @@ to submit notifications. As Overpush does not yet have 100% feature parity, not
all features might be available.


### Grafana

Overpush supports a `/grafana` endpoint, that lets use add it as Grafana
*Contant point*. To do so, create a new contact point in your Grafana under
`/alerting/notifications/receivers/new`, choose the *Webhook* integration add
set your Overpush instance with the `/grafana` path as URL:

```
https://my.overpush.net/grafana?user=XXX&token=YYYY
```

Set the `user` and `token` parameters according to your Overpush configuration.
They represent the same values as your Pushover client credentials.


## FAQ

### Why?
Expand Down

0 comments on commit c400435

Please sign in to comment.