主页地址 https://github.com/lmenezes/cerebro
wget https://github.com/lmenezes/cerebro/releases/download/v0.9.0/cerebro-0.9.0.tgz
tar xzf cerebro-0.9.0.tgz
rm -f cerebro-0.9.0.tgz
修改配置 vi cerebro-0.9.0/conf/application.conf
/sbin/iptables -I INPUT -p tcp --dport 9000 -j ACCEPT
service iptables save
启动 ./cerebro-0.9.0/bin/cerebro
访问 http://ip:9000