问题描述
我正在尝试创建一个自定义探针来监控我的服务器的时间超过30秒,如下所示:
I'm trying to create a custom probe to monitor my servers more often than 30 seconds as outlined here:
https://azure.microsoft.com/en -us / documentation / articles / application-gateway-create-probe-ps /
https://azure.microsoft.com/en-us/documentation/articles/application-gateway-create-probe-ps/
但是,当我尝试将自定义探针添加到后端http设置时,我收到错误。
However, I am getting errors when I try to add the custom probe to the backend http settings.
New-AzureRmApplicationGatewayBackendHttpSettings
此命令将失败,说我创建的探测器($ probe = ...)没有存在。
This command will fail, saying the probe I created ($probe = ...) does not exist.
将调查添加到现有应用程序网关时遇到同样的问题。
I have the same issue with adding a probe to an existing application gateway.
是否有人成功获取使用Azure的自定义探针应用程序网关?
Has anyone been successful in getting custom probes working with Azure Application Gateways?
否则,我能够使应用程序网关无需使用默认探针(30秒)。
Otherwise, I am able to get an application gateway working with no issues with the default probe (30 seconds).
谢谢,
Greg
Thanks,
Greg
推荐答案
请查看本文,为Azure创建自定义探针使用PowerShell的Application Gateway(经典):
https://azure.microsoft.com/en-in/documentation/articles/application-gateway-create-probe-classic-ps/
问候,
Azam Khan
Regards,
Azam Khan
这篇关于应用网关探测的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!