简体   繁体   English

在 AWS 中监控 Windows EC2 实例的服务器可访问性 (Ping) 和正常运行时间

[英]Monitoring Server Accessibility(Ping) and Uptime of Windows EC2 instances in AWS

I have a requirement to monitor Memory, Disk, Paging File Usage, Logon Errors, Server Accessibility(Ping) and Uptime of Windows EC2 instances.我需要监控 Windows EC2 实例的内存、磁盘、分页文件使用情况、登录错误、服务器可访问性 (Ping) 和正常运行时间。

I have monitored Memory, Disk, Logon Errors and Paging File Usage using Cloud Watch custom metrics.我使用Cloud Watch自定义指标监控了内存、磁盘、登录错误和分页文件使用情况。 I was able to do these because I found these counters in my Windows Performance Monitor .我能够做到这些是因为我在 Windows Performance Monitor 中找到了这些计数器。 But how do I monitor Server Accessibility(Ping) and Uptime?但是我如何监控服务器可访问性(Ping)和正常运行时间?

There are many services which monitor server uptime and response times.有许多服务可以监控服务器正常运行时间和响应时间。 Pingdom is a commonly used service. Pingdom是一种常用的服务。 It is most known for http monitoring, but also supports ping checks (among others).它以 http 监控而闻名,但也支持 ping 检查(等等)。

If you want a more integrated solution you can look into setting up a monitoring suite like Nagios or Munin .如果你想要一个更集成的解决方案,你可以考虑设置一个像NagiosMunin这样的监控套件。 Most can monitor performance data on the severs as well as external reachability.大多数可以监控服务器上的性能数据以及外部可达性。

I have also compiled an extensive list of windows server performance monitoring tools which might help you in finding the right solution.我还编制了一份Windows 服务器性能监控工具的广泛列表,这些工具可能会帮助您找到正确的解决方案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM