21 lines
447 B
Bash
Executable File
21 lines
447 B
Bash
Executable File
#!/bin/sh
|
|
curl -XPOST -s -L 'https://oapi.dingtalk.com/robot/send?access_token=afd9b57c786ddfb5d370500dcee1ca97e5449952c536c8575a7f491fd1a59a5b' -H 'Content-Type: application/json' -H "charset:utf-8" -d '{"msgtype": "text",
|
|
|
|
"text": {
|
|
|
|
"content": "服务停止--内网测试服"
|
|
|
|
}
|
|
|
|
}'
|
|
|
|
./stup.sh stop df01_gateway0
|
|
|
|
./stup.sh stop df01_mainte
|
|
|
|
./stup.sh stop df01_worker0
|
|
|
|
./stup.sh stop dfcross_1_worker0
|
|
|
|
./stup.sh stop dfcross_1_mainte
|