From 3a4a6d7b08e21537fa87bf2dab8b15907d41229c Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Thu, 2 Jun 2022 19:48:40 -0400 Subject: [PATCH] Updated Notify_pagerduty (markdown) --- Notify_pagerduty.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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