Updated Notify_mattermost (markdown)

lead2gold 2017-11-29 20:58:17 -05:00
parent 69fa407905
commit 5371e4facb

@ -26,7 +26,7 @@ Secure connections (via https) should be referenced using **mmosts://** where as
Send a secure Mattermost notification to our server Send a secure Mattermost notification to our server
```bash ```bash
# Assuming our {hostname} is mattermost.server.local # Assuming our {hostname} is mattermost.server.local
# Assuming our {webhook_id} is 1234ABCD5678 # Assuming our {webhook_id} is 3ccdd113474722377935511fc85d3dd4
notify mmosts://mattermost.server.local/1234ABCD5678 notify mmosts://mattermost.server.local/3ccdd113474722377935511fc85d3dd4
``` ```