We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d0ba0 commit 9e6db48Copy full SHA for 9e6db48
http_check/changelog.d/19765.added
@@ -0,0 +1 @@
1
+Add primary/standby failover support for http_check with Agent High Availability feature.
http_check/datadog_checks/http_check/http_check.py
@@ -32,6 +32,7 @@ class HTTPCheck(AgentCheck):
32
SOURCE_TYPE_NAME = "system"
33
SC_STATUS = "http.can_connect"
34
SC_SSL_CERT = "http.ssl_cert"
35
+ HA_SUPPORTED = True
36
37
DEFAULT_HTTP_CONFIG_REMAPPER = {
38
"client_cert": {"name": "tls_cert"},
0 commit comments