Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当服务器关闭或不可用时,如何在 OMS 中设置警报?我在谷歌上搜索过,但警报要么不起作用,要么发送太多。我需要在服务器离线后立即生成警报
我发现自己
Heartbeat | summarize LastHeartbeat = max(TimeGenerated) by Computer | where Computer == "server1" | where LastHeartbeat < ago(5m)