简体   繁体   English

Azure负载均衡器运行状况

[英]Azure Load Balancer Health Status

I've setup a load balancer and health endpoints and would like to see if it's healthy since I'm unable to establish a connection. 我已经设置了负载平衡器和运行状况端点,并希望查看它是否运行正常,因为我无法建立连接。 How can I achieve this in the Azure portal? 如何在Azure门户中实现这一目标?

For both public and internal standard load balancers, you can see the health probe status through the Azure monitor. 对于公共和内部标准负载平衡器,您都可以通过Azure监视器查看运行状况探针状态。 For basic public load balancers, you can check health probe status and probe count via log analytics. 对于基本的公共负载平衡器,您可以通过日志分析检查运行状况探针状态和探针计数。 This is not available for internal basic load balancers. 这对于内部基本负载平衡器不可用。

You can find Monitoring in your load balancer panel in the Azure portal. 您可以在Azure门户的负载平衡器面板中找到“ 监视” You also get more details from Log analytics for public Basic Load Balancer . 您还可以从公共Basic Load Balancer的日志分析中获取更多详细信息。 You may also want to know the normal or expected Probe down behavior and troubleshooting the Azure Load Balancer . 您可能还想了解正常或预期的探查行为并对Azure负载平衡器进行故障排除

Hope this helps. 希望这可以帮助。

Azure Load Balancer comes in two SKUs. Azure负载平衡器有两个SKU。

Standard SKU, public and internal, provides multi-dimensional metrics (including per endpoint health probe status) through Azure Monitor. 公共和内部的标准SKU通过Azure Monitor提供多维指标(包括每个端点运行状况探针状态)。 http://aka.ms/lbdiags You can consume these metrics in Monitor directly or any of the integrations available with Monitor. http://aka.ms/lbdiags您可以直接在Monitor中使用这些指标,也可以在Monitor可用的任何集成中使用这些指标。

Basic SKU, public only, provides diagnostic logs with per pool health status through Azure Log Analytics diagnostic logs. 基本SKU(仅公共)通过Azure Log Analytics诊断日志为诊断日志提供每个池的运行状况。 Per endpoint health probe status is not exposed in public Basic LB. 在公共Basic LB中未公开每个端点的运行状况探测状态。 Log Analytics diagnostic logs are not supported for internal Basic LB. 内部Basic LB不支持Log Analytics诊断日志。

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

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