Updated Notify_rocketchat (markdown)

master
Chris Caron 2020-08-03 09:59:15 -04:00
parent 0a08807e4b
commit 976984a610
1 changed files with 2 additions and 1 deletions

@ -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
```