2017年3月26日

自动部署及监控脚本

摘要: 1.编写脚本自动部署反向代理、web、nfs; 要求: I、部署nginx反向代理三个web服务,调度算法使用加权轮询; 1 #!/bin/bash 2 systemctl disable firewalld #关闭firewalld自启动 3 systemctl stop firewalld 关闭 阅读全文

posted @ 2017-03-26 01:51 bigdata_devops 阅读(217) 评论(0) 推荐(0) 编辑

导航