根据网站状态运行程序的脚本
平台 Windows XP,- 7:
脚本语言,我愿意接受建议,但正在考虑使用 Windows Power Shell
需要一个基本上检查互联网上网站状态的脚本。它将一直在后台运行,每 15 分钟左右检查一次。如果站点已启动,那么我希望它运行 openvpn 并创建到 openvpn 配置中定义的 IP 地址的隧道。
如果网站关闭,请终止隧道。
脚本新手,提前致谢。
如果您可以推荐任何有关 Windows Powershell 的优秀入门书籍,那就更好了。
谢谢
布莱恩
Platform Windows XP, - 7:
Scripting language, I'm open to suggestions, but was thinking about using Windows Power Shell
Need a script that basically checks the state of a website on the internet. It will be running all the time in the background, checking every 15 minutes or so. If the site is up, then I want it to run openvpn and create a tunnel to a ip address defined in the openvpn config.
If the website is down, terminate the tunnel.
New to scripting, thanks in advance.
If you can recommend any good beginner books on Windows Powershell that would be a plus.
Thanks
Brian
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以检查此网站上的 powershell 脚本,该脚本检查网站可用性
http://dmitrysotnikov.wordpress.com/2008/05/29/monitor-web-site-availability/
http://blogs.technet.com/b/otto/archive/2007/08/ 23/quick-and-dirty-web-site-monitoring-with-powershell.aspx
http://blogs.iis.net/ma_khan/archive/2010/09/12/how-to-use-microsoft- web-administration-from-powershell.aspx
您可能需要根据您的需要进行一些调整
MSDN / Technet 将是学习 powershell 的良好资源
-Karthik
you may check this website for the powershell script which checks the a website availability
http://dmitrysotnikov.wordpress.com/2008/05/29/monitor-web-site-availability/
http://blogs.technet.com/b/otto/archive/2007/08/23/quick-and-dirty-web-site-monitoring-with-powershell.aspx
http://blogs.iis.net/ma_khan/archive/2010/09/12/how-to-use-microsoft-web-administration-from-powershell.aspx
You may have to tweak a bit according to your needs
MSDN / Technet would a good resource for learning powershell
-Karthik