bat curl 發送http請求 監控網站

來源:互聯網
上載者:User

標籤:bat

@echo off

color 1f

title 正在監控 www.0579ld.com.cn

echo 正在監控 www.0579ld.com.cn(23.247.53.3)..

:aaa

D:\curl\curl -I www.0579ld.com.cn>nul

set str=%ERRORLEVEL%

if not "%str%"=="0" ( 

 echo 在%date% %time:~0,5% 無法正常訪問,重啟中...

:: cd c:\server\PnCmds

 echo 正在關閉進程

 tskill 複製俠

 ping -n 2 127.0.0.1>nul

 echo 正在啟動進程

 start D:\777999\複製俠.exe

 ping -n 2 127.0.0.1>nul

 echo 在%date% %time:~0,5% 重啟成功

 echo 正在監控www.0579ld.com.cn...

)

 ping -n 10 127.0.0.1>nul

goto aaa



------------------------------------------------------------------------------

說明:

1、訪問檢測地址,該地址正常訪問的話返回1,例如在http://xxxx.com/checkxxxx.html這個html檔案中就唯寫個1

2、接收返回的頁面,儲存在check.txt

3、讀取check.txt內容,存放在變數str中

4、判斷str是否等於1,否則的話執行伺服器上用於重啟服務的指令碼,因指令碼會提示“按任意鍵繼續”,故call前面加上echo. |  (注意echo後面有個點)

5、睡眠60秒後跳到aaa出重新檢測

注意:該指令碼依賴curl.exe,用於拿到http請求的頁面內容,可以到這裡下載https://curl.haxx.se/download.html


tasklist   (列出系統所有正在啟動並執行進程)

tskill BaiduYunGuanjia  (殺死“BaiduYunGuanjia”這個進程)

start D:\BaiduYunDownload\百度雲超級不限速召喚大神版\BaiduYunGuanjia.exe  (啟動百度雲程式)


Windows 擷取上一條命令的傳回值。 一般情況下,命令執行正確,返回0, 命令異常,返回其他值。

命令:echo %ERRORLEVEL%

set a=%ERRORLEVEL%

echo %a%




@echo off

sc stop 服務名

sc config 服務名 start= Auto

sc start 服務名


bat curl 發送http請求 監控網站

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.