如何在远程系统中自动进行健康检查?

发布于 2024-11-10 14:35:24 字数 75 浏览 3 评论 0原文

我需要检查多个远程系统(Windows 2000)中的磁盘空间,如果空间低于特定级别,则必须发送邮件。如何实现自动化?可以使用什么脚本?

I need to check the disk space in a number of remote systems (Windows 2000) and have to sent a mail if the space is below a particular level. How can this be automated? What script can be used?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

只有影子陪我不离不弃 2024-11-17 14:35:24

一种选择是系统监控工具,例如 Nagios

基本上,它的作用是不断询问您的系统,并就您设置的任何内容(磁盘空间、CPU 使用情况、页面错误等)向您发出警报。作为奖励,您将获得一个可爱的基于网络的界面,让您一目了然地看到系统状态。

请注意,您需要在每个目标系统上启用远程 WMI 查询,或者在每个系统上安装“代理”。

One option would be a system monitoring tool, such as Nagios.

Basically, what this will do is continually interrogate your systems, and alert you to anything you set it to (disk-space, CPU usage, page-faults, etc.). As a bonus you get a lovely web-based interface which lets you see your system status at a glance.

Note that you will need to enable remote WMI querying on each target system, or install an "agent" on each system.

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