码迷,mamicode.com
首页 > Web开发 > 详细

网页状态码监控脚本

时间:2016-11-25 20:19:20      阅读:207      评论:0      收藏:0      [点我收藏+]

标签:网页   status   脚本   url   exe   txt   val   nbsp   发布程序   

1、当监控到网页出错,重启发布程序服务

@echo off
curl.exe -s http://202.104.118.201:7000 > ./status.txt
set/p status=<./status.txt
if "%status%"=="invalid user" (echo "system are running") else (call ./bad.bat)

 

网页状态码监控脚本

标签:网页   status   脚本   url   exe   txt   val   nbsp   发布程序   

原文地址:http://www.cnblogs.com/configure/p/6102606.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!