Linux下一键安装smokeping网络质量监视系统

安装环境:CentOS 7.3 软件版本:Smokeping2.6.9 #!/bin/bash ## write by luoysx ## smokeping on centos7.2 ## check root if [ $UID != 0 ] then echo “you must be root” exit 1 fi cd /root ##替换yum源 wget https://raw.githubusercontent.com/luoysx/shellscript/master/yum.…