-
常用监控网络及进程的命令查看全部
-
监控服务端接口支持查看全部
-
客户端监控工具查看全部
-
应用运行监控脚本命令查看全部
-
333查看全部
-
222查看全部
-
1111查看全部
-
接口查看全部
-
nginx和mysql监控指令查看全部
-
Check_Nginx_Server() { Status_Code=$(curl -m 5 -s -w %{http_code} ${Nginxserver} -o /dev/null) if [ $Status_Code -eq 000 -o $Status_Code -ge 500 ] then echo -e '\E[32m' "Check http server error! Response status code is" $Resettem $Status_code else Http_content=$(curl -s ${Nginxserver}) echo -e '\E[32m' "Check http server ok! \n" $Resettem $Http_content fi } Check_Mysql_Server() { nc -z -w2 ${Mysql_Server} 3306 &>/dev/null echo -e '\E[32m'"The connnections to mysql server succeeded! \n" $Rsesttem if [ $? -eq 0 ];then mysql -u${Mysql_User} -p${Mysql_Pass} -h${Mysql_Slave_Server} -e "show slave status|G"|grep "Slave_IO_Running"|awk '{if($2 !="Yes"){print "Slave thread not running!";exit 1}}' if [$? -eq 0];then mysql -u${Mysql_User} -p${Mysql_Pass} -h${Mysql_Slave_Server} -e "show slave status\G"| grep"Seconds_Behind_Master" fi else echo "Connect Mysql Slave Server not succeeded" fi Check_Mysql_Server Check_Nginx_Server查看全部
-
监控mysql 主从复制状态查看全部
-
Mysql运行状态监控导图查看全部
-
rrrr查看全部
-
mysql查看全部
举报
0/150
提交
取消