1 Star 0 Fork 325

hanboooo / xrkmonitor

forked from xrkmonitor / xrkmonitor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
stop_docker.sh 270 Bytes
一键复制 编辑 原始数据 按行查看 历史
xrkmonitor 提交于 2020-12-07 10:42 . addsh
#!/bin/bash
mid=`pgrep -f mysqld`
if [ $? -eq 0 -a "$mid" != '' ]; then
kill $mid
fi
hid=`pgrep -f httpd-prefork`
if [ $? -eq 0 -a "$hid" != '' ]; then
apachectl stop
fi
cd slog_mtreport_client
./stop_plugin.sh
cd -
cd tools_sh
./stop_all.sh
cd ..
C/C++
1
https://gitee.com/hanboooo/open.git
git@gitee.com:hanboooo/open.git
hanboooo
open
xrkmonitor
master

搜索帮助