Skip to content

Instantly share code, notes, and snippets.

@love5757
Created September 5, 2017 05:56
Show Gist options
  • Select an option

  • Save love5757/29cab34ff54cbce754d8b09394d74715 to your computer and use it in GitHub Desktop.

Select an option

Save love5757/29cab34ff54cbce754d8b09394d74715 to your computer and use it in GitHub Desktop.
시스템 정보 슬랙으로 받기
#!/bin/bash
df -h | sed -e '1s/^/```/' -e '$a```' | bash slack_message.sh -h https://hooks.slack.com/services/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 -c system-operations -u sysopsusr -i comet -C 1974D2 -p enable -T "$(hostname) system disk space usage"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment