Skip to content

Commit 9e6db48

Browse files
Enabled HA Support (#19765)
* Enabled HA Support * Enabled HA Support * Update http_check/changelog.d/19765.added * Update http_check/changelog.d/19765.added
1 parent 27d0ba0 commit 9e6db48

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

http_check/changelog.d/19765.added

+1
Original file line numberDiff line numberDiff line change
@@ -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

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class HTTPCheck(AgentCheck):
3232
SOURCE_TYPE_NAME = "system"
3333
SC_STATUS = "http.can_connect"
3434
SC_SSL_CERT = "http.ssl_cert"
35+
HA_SUPPORTED = True
3536

3637
DEFAULT_HTTP_CONFIG_REMAPPER = {
3738
"client_cert": {"name": "tls_cert"},

0 commit comments

Comments
 (0)