Created
September 5, 2017 05:56
-
-
Save love5757/29cab34ff54cbce754d8b09394d74715 to your computer and use it in GitHub Desktop.
시스템 정보 슬랙으로 받기
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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