mirror of https://github.com/caronc/apprise
Updated Notify_pagerduty (markdown)
parent
17eb42c015
commit
3a4a6d7b08
|
@ -28,6 +28,18 @@ Valid syntax is as follows:
|
||||||
| click | No | Provide a clickable URL to associate with the notice.
|
| click | No | Provide a clickable URL to associate with the notice.
|
||||||
| image | No | Associate the notification status via a represented icon. You can set this value to `no` if you do not want this to occur.
|
| image | No | Associate the notification status via a represented icon. You can set this value to `no` if you do not want this to occur.
|
||||||
|
|
||||||
|
#### Example
|
||||||
|
Send a Pager Duty trigger to our **source** `node01.local` and the **component** `drive_sda`
|
||||||
|
```bash
|
||||||
|
|
||||||
|
# Assuming our {integrationkey} is A1BRTD4JD
|
||||||
|
# Assuming our {apikey} is TIiajkdnlazkcOXrIdevi7F
|
||||||
|
# Assuming our {source} is node01.local
|
||||||
|
# Assuming our {component} is drive_sda
|
||||||
|
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||||
|
"pagerduty://A1BRTD4JD@TIiajkdnlazkcOXrIdevi7F/node01.local/drive_sda/"
|
||||||
|
```
|
||||||
|
|
||||||
### Custom Details
|
### Custom Details
|
||||||
You can provide custom details as part of the payload as well. This can be accomplished by just sticking a plus symbol (**+**) in front of any parameter you specify on your URL string.
|
You can provide custom details as part of the payload as well. This can be accomplished by just sticking a plus symbol (**+**) in front of any parameter you specify on your URL string.
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue