Skip to content

Instantly share code, notes, and snippets.

@naotaco
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naotaco/12227ce54e84361130e1 to your computer and use it in GitHub Desktop.
Save naotaco/12227ce54e84361130e1 to your computer and use it in GitHub Desktop.
#!/bin/bash
event=$1
device=$2
curl -s --data "[mdadm]: @naotaco $event $device" $'https://[slack id].slack.com/services/hooks/slackbot?token=[token]&channel=%23[channel]' >/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment