标签:zabbix
mysql -uroot -p123456 -e "show slave status\G;" 2>/dev/null|grep -E ‘Slave_IO_Running:|Slave_SQL_Running:‘ |grep -c Yes
本文出自 “砖家博客” 博客,请务必保留此出处http://wsxxsl.blog.51cto.com/9085838/1983794
标签:zabbix
原文地址:http://wsxxsl.blog.51cto.com/9085838/1983794