根据网站状态运行程序的脚本

发布于 2024-10-18 15:12:01 字数 300 浏览 4 评论 0原文

平台 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

玻璃人 2024-10-25 15:12:01

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文