Skip to content

Instantly share code, notes, and snippets.

@danhper
Created November 27, 2015 09:17
Show Gist options
  • Save danhper/e9fa49cbb0e448a28e77 to your computer and use it in GitHub Desktop.
Save danhper/e9fa49cbb0e448a28e77 to your computer and use it in GitHub Desktop.
curl -X POST --data-urlencode 'payload={"channel": "#alerts", "username": "Login alerter", "text": "A user conneed to '"$(hostname -f)"'", "attachments": [{"text": "'"$(w)"'"}]}' https://hooks.slack.com/services/SLACK/WEBHOOK/TOKEN >> /var/slack.log 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment