From 976984a6107734545e31fd027c28730a5f8fd9d5 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 09:59:15 -0400 Subject: [PATCH] Updated Notify_rocketchat (markdown) --- Notify_rocketchat.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify_rocketchat.md b/Notify_rocketchat.md index 3f5dea4..fac8a74 100644 --- a/Notify_rocketchat.md +++ b/Notify_rocketchat.md @@ -64,5 +64,6 @@ Send a Rocket.Chat notification to the channel *#nuxref*: # Assuming our {user} is l2g # Assuming our {password} is awes0m3! # Assuming our {hostname} is rocket.server.local -apprise rocket://l2g:awes0m3!@rocket.server.local/#nuxref +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + rocket://l2g:awes0m3!@rocket.server.local/#nuxref ``` \ No newline at end of file