Skip to content

Commit 78eda6d

Browse files
NouemanKHALclaude
andauthored
Add high availability support to Nutanix (#24161)
* feat(nutanix): add high availability support Declare HA_SUPPORTED so the Agent can run the Nutanix check in an HA group with a single active runner and failover, avoiding duplicate collection from the central Prism Central API. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * docs(nutanix): add changelog entry for HA support Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent bd332d9 commit 78eda6d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

nutanix/changelog.d/24161.added

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add high availability (HA) support.

nutanix/datadog_checks/nutanix/check.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
class NutanixCheck(AgentCheck, ConfigMixin):
1919
__NAMESPACE__ = 'nutanix'
20+
HA_SUPPORTED = True
2021
HTTP_CONFIG_REMAPPER = {'pc_username': {'name': 'username'}, 'pc_password': {'name': 'password'}}
2122

2223
def __init__(self, name, init_config, instances):

0 commit comments

Comments
 (0)