Mentioning Roles and User in Discord
To mention a role or user use the numeric ID instead of the display name.
Using developer mode User settings -Appearance -Developer Mode -enable and now you can find id of any user, message, channel or server with right click -copy IDFew readersNixstats Slack Integration (Outgoing Webhook)
It's possible to fetch graphs directly from Slack using an outgoing webhook. Here are some instructions on how to enable this.
API Key
You'll need an API key from nixstats first, create a (read only) API key.
Slack Outgoing Webhook
Login to your Slack panel and create an outgoing webhook.
Set Trigger Word(s) to nixstats:
Set URLs to https://api.eu.nixstats.com/v1/slack?token=Few readersNixstats webhook payload
Payload of server notification webhook
"serverid": "serverid",
"notificationid": "notificationid",
"alertid": "alertid",
"servername": "web-server",
"metric": "pct-cpu",
"status": “open”,
"value": 99.928,
"subject": "CPU overall higher 99% - currently: 100 %",
"threshold": 99,
"starttime": 1491992292,
"time": 1491992322
Payload of web monitor notification webhook
"domainid": "554be6e94303ed9c2d8b4568",
"notificatFew readers