主页 > 知识库 > expect自动检测并重启另外一台服务器上的程序代码

expect自动检测并重启另外一台服务器上的程序代码

热门标签:陕西便宜电销机器人软件 电话机器人每天搜索多少次 海口智能语音电销机器人好用吗 昆明电话外呼系统好么 衡水外呼线路解决 外呼系统一天耗费多少流量 艾比利外呼系统 杞县地图标注app 免费门店地图标注注册入驻

[s005 you] # cat haproxy_expect

复制代码 代码如下:

#!/usr/bin/expect
set ssh_user "fivetrees"
set password "123456"
spawn ssh -i /root/.ssh/$ssh_user Server004.xd.com
expect_before "no)?" {
send "yes\r" }
sleep 0.5
expect "Enter passphrase for key*"
send "$password\r"
expect "*#"
send "/tmp/haproxy.sh\r"
expect "*#"
send "echo\r"
exit

[s004 him] # cat haproxy.sh

复制代码 代码如下:

#!/bin/bash
Thread=`ps -ef | grep haproxy | grep -v haproxy.sh | grep -v grep`
if [ -z "$Thread" ]
then
        /tmp/haproxy_expect
fi

[s004 him] # cat haproxy_expect

复制代码 代码如下:

#!/usr/bin/expect
set ssh_user "fivetrees"
set password "123456"
spawn ssh -i /root/.ssh/$ssh_user Server005.xd.com
expect_before "no)?" {
send "yes\r" }
sleep 0.5
expect "Enter passphrase for key*"
send "$password\r"
expect "*#"
send "/usr/local/haproxy/sbin/haproxy -f /usr/local/haproxy/haproxy.cfg\r"
expect "*#"
send "echo\r"
exit

标签:南京 西宁 临沧 海口 营口 宿迁 昌都 泰安

巨人网络通讯声明:本文标题《expect自动检测并重启另外一台服务器上的程序代码》,本文关键词  expect,自动检测,并,重启,;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 下面列出与本文章《expect自动检测并重启另外一台服务器上的程序代码》相关的同类信息!
  • 本页收集关于expect自动检测并重启另外一台服务器上的程序代码的相关信息资讯供网民参考!
  • 推荐文章