diff --git a/Notify_pagerduty.md b/Notify_pagerduty.md index 54cfde2..a33644c 100644 --- a/Notify_pagerduty.md +++ b/Notify_pagerduty.md @@ -28,6 +28,18 @@ Valid syntax is as follows: | 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. +#### 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 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