Closed bgpat closed 1 year ago
https://github.com/dbgofy/12q-20231124/issues/3 を参考に入れる 公式の slackcat がメンテされていないので https://github.com/isucon-odd/slackcat を使う
すべてのノードに対して実行する
### node 1 - [ ] #5 - [x] `git clone https://github.com/isucon-odd/slackcat.git && cd slackcat/` - [x] `make build` - [x] PATH を通す `mv slackcat /usr/local/bin` - [x] 設定ファイルを書く - [ ] 動作確認 `slackcat -c random <<< "hello world from $(hostname)"`
### node 2 - [ ] #5 - [x] `git clone https://github.com/isucon-odd/slackcat.git && cd slackcat/` - [x] `make build` - [x] PATH を通す `mv slackcat /usr/local/bin` - [x] 設定ファイルを書く - [x] 動作確認 `slackcat -c random <<< "hello world from $(hostname)"`
### node 3 - [ ] #5 - [x] `git clone https://github.com/isucon-odd/slackcat.git && cd slackcat/` - [x] `make build` - [x] PATH を通す `mv slackcat /usr/local/bin` - [x] 設定ファイルを書く - [x] 動作確認 `slackcat -c random <<< "hello world from $(hostname)"`
↓設定ファイルを作るコマンド
mkdir -p /root/.config/slackcat cat << EOF > /root/.config/slackcat/config default_team = "dbgofy" default_channel = "slowlog" [teams] dbgofy = "xoxb-661909004371-6228266224519-MIZz3p2v668T1tEKsiBgXLjq" EOF
https://github.com/dbgofy/12q-20231124/issues/3 を参考に入れる 公式の slackcat がメンテされていないので https://github.com/isucon-odd/slackcat を使う
すべてのノードに対して実行する
↓設定ファイルを作るコマンド