mirror of https://github.com/caronc/apprise
Updated Notify_pagerduty (markdown)
parent
3a4a6d7b08
commit
b4fb529bf7
|
@ -32,8 +32,8 @@ Valid syntax is as follows:
|
||||||
Send a Pager Duty trigger to our **source** `node01.local` and the **component** `drive_sda`
|
Send a Pager Duty trigger to our **source** `node01.local` and the **component** `drive_sda`
|
||||||
```bash
|
```bash
|
||||||
|
|
||||||
# Assuming our {integrationkey} is A1BRTD4JD
|
# Assuming our {integration_key} is A1BRTD4JD
|
||||||
# Assuming our {apikey} is TIiajkdnlazkcOXrIdevi7F
|
# Assuming our {api_key} is TIiajkdnlazkcOXrIdevi7F
|
||||||
# Assuming our {source} is node01.local
|
# Assuming our {source} is node01.local
|
||||||
# Assuming our {component} is drive_sda
|
# Assuming our {component} is drive_sda
|
||||||
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||||
|
@ -46,8 +46,8 @@ You can provide custom details as part of the payload as well. This can be accom
|
||||||
# Below would pass along in the `custom_details` payload of the API
|
# Below would pass along in the `custom_details` payload of the API
|
||||||
# "disk_space_left": "145GB"
|
# "disk_space_left": "145GB"
|
||||||
#
|
#
|
||||||
# Assuming our {integrationkey} is abc123
|
# Assuming our {integration_key} is abc123
|
||||||
# Assuming our {apikey} is 98754
|
# Assuming our {api_key} is 98754
|
||||||
# Assuming our {source} is node01.local
|
# Assuming our {source} is node01.local
|
||||||
# Assuming our {component} is drive_sda
|
# Assuming our {component} is drive_sda
|
||||||
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||||
|
@ -58,8 +58,8 @@ apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||||
# "disk_space_left": "145GB"
|
# "disk_space_left": "145GB"
|
||||||
# "disk_space_total": "500GB"
|
# "disk_space_total": "500GB"
|
||||||
#
|
#
|
||||||
# Assuming our {integrationkey} is abc123
|
# Assuming our {integration_key} is abc123
|
||||||
# Assuming our {apikey} is 98754
|
# Assuming our {api_key} is 98754
|
||||||
# Assuming our {source} is node01.local
|
# Assuming our {source} is node01.local
|
||||||
# Assuming our {component} is drive_sda
|
# Assuming our {component} is drive_sda
|
||||||
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||||
|
|
Loading…
Reference in New Issue