Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ manifest.json @DataDog/documentation @DataDog/agent-integrations
/snmp_*/*.md @DataDog/ndm-core @DataDog/agent-integrations @DataDog/documentation
/network_path/ @DataDog/network-device-monitoring @DataDog/Networks @DataDog/agent-integrations
/network_path/*.md @DataDog/network-device-monitoring @DataDog/Networks @DataDog/agent-integrations @DataDog/documentation
/versa/ @DataDog/ndm-integrations @DataDog/agent-integrations @DataDog/documentation

/datadog_checks_dev/datadog_checks/dev/tooling/commands/meta/snmp/ @DataDog/ndm-core @DataDog/agent-integrations
/docs/developer/tutorials/snmp/ @DataDog/ndm-core @DataDog/agent-integrations
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,8 @@ integration/vault:
- vault/**/*
integration/velero:
- velero/**/*
integration/versa:
- versa/**/*
integration/vertica:
- vertica/**/*
integration/vllm:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,10 @@ jobs:
# by default
set +e # Disable immediate exit
if [ '${{ inputs.pytest-args }}' = '-m flaky' ] || [ '${{ inputs.pytest-args }}' = '-m "not flaky"' ]; then
ddev env test --new-env --junit ${{ inputs.target }} ${{ inputs.target-env || 'all' }} -- ${{ inputs.pytest-args }} -k "not fips"
ddev env test --dev --junit ${{ inputs.target }} ${{ inputs.target-env || 'all' }} -- ${{ inputs.pytest-args }} -k "not fips"
exit_code=$?
else
ddev env test --new-env --junit ${{ inputs.target }} ${{ inputs.target-env || 'all' }} ${{ inputs.pytest-args != '' && format('-- {0} -k "not fips"', inputs.pytest-args) || '-- -k "not fips"' }}
ddev env test --dev --junit ${{ inputs.target }} ${{ inputs.target-env || 'all' }} ${{ inputs.pytest-args != '' && format('-- {0} -k "not fips"', inputs.pytest-args) || '-- -k "not fips"' }}
exit_code=$?
fi

Expand Down
8 changes: 8 additions & 0 deletions datadog_checks_base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<!-- towncrier release notes start -->

## 37.18.1 / 2025-09-03

***Fixed***:

* Regularly check for cancel event between DBMAsyncJob check intervals ([#21150](https://github.com/DataDog/integrations-core/pull/21150))

*Note: This release is bundled with Agent version `7.70.1` and does not include changes from the `37.18.0` release.*

## 37.18.0 / 2025-08-29

***Added***:
Expand Down
2 changes: 1 addition & 1 deletion datadog_checks_base/datadog_checks/base/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2018-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = "37.18.0"
__version__ = "37.18.1"
2 changes: 1 addition & 1 deletion docker_daemon/assets/service_checks.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"statuses": ["ok", "critical", "unknown"],
"groups": ["host"],
"name": "Container Health",
"description": "Returns `CRITICAL` if a container is unhealthy. Returns `OK` otherwise or `UNKNOWN` if the health is unknown."
"description": "Returns `CRITICAL` if a container is unhealthy. Returns `OK` otherwise or `UNKNOWN` if the health is unknown. **Note**: Only available for Agent v6 and below."
},
{
"agent_version": "5.1.0",
Expand Down
1 change: 1 addition & 0 deletions postgres/changelog.d/21238.changed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump minimum datadog_checks_base to 37.18.0
2 changes: 1 addition & 1 deletion postgres/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
"Private :: Do Not Upload",
]
dependencies = [
"datadog-checks-base>=37.17.1",
"datadog-checks-base>=37.18.0",
]
dynamic = [
"version",
Expand Down
2 changes: 1 addition & 1 deletion requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ datadog-celery==2.0.1
datadog-ceph==4.1.0; sys_platform != 'win32'
datadog-cert-manager==6.0.1
datadog-checkpoint-quantum-firewall==1.0.0
datadog-checks-base==37.18.0
datadog-checks-base==37.18.1
datadog-checks-dependency-provider==3.0.0
datadog-checks-downloader==8.0.0
datadog-cilium==6.0.1
Expand Down
4 changes: 2 additions & 2 deletions sanity/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": "2.0.0",
"app_uuid": "93cb9b8c-8258-45d7-895b-7129e5274b40",
"app_id": "sanity",
"display_on_public_website": false,
"display_on_public_website": true,
"tile": {
"overview": "README.md#Overview",
"configuration": "README.md#Setup",
Expand Down Expand Up @@ -66,4 +66,4 @@
"homepage": "https://www.datadoghq.com",
"sales_email": "info@datadoghq.com"
}
}
}
2 changes: 1 addition & 1 deletion symantec_vip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG - symantec-vip

## 1.0.0 / 2025-01-16
## 1.0.0 / 2025-09-03

***Added***:

Expand Down
2 changes: 1 addition & 1 deletion symantec_vip/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": "2.0.0",
"app_uuid": "291079db-0a41-435b-a908-747c06c703a2",
"app_id": "symantec-vip",
"display_on_public_website": false,
"display_on_public_website": true,
"tile": {
"overview": "README.md#Overview",
"configuration": "README.md#Setup",
Expand Down
8 changes: 8 additions & 0 deletions versa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# CHANGELOG - Versa


## 1.0.0

***Added***:

* Initial release.
57 changes: 57 additions & 0 deletions versa/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Agent Check: Versa

## Overview

The Versa integration lets you monitor your Versa environment within [Network Device Monitoring][1]. Gain comprehensive insights into the performance and health of your SD-WAN infrastructure, including sites, tunnels, and devices.

## Setup

**The Versa NDM integration is in Preview and will not be billed until it is Generally Available.**

Follow the instructions below to install and configure this check for an Agent running on a host. For containerized environments, see the [Autodiscovery Integration Templates][3] for guidance on applying these instructions.

### Installation

The Versa check is included in the [Datadog Agent][2] package.
No additional installation is needed on your server.

### Configuration

1. Edit the `versa.d/conf.yaml` file, in the `conf.d/` folder at the root of your Agent's configuration directory to start collecting your versa performance data. See the [sample versa.d/conf.yaml][4] for all available configuration options.

2. [Restart the Agent][5].

### Validation

[Run the Agent's status subcommand][6] and look for `versa` under the Checks section.

## Data Collected

### Metrics

See [metadata.csv][7] for a list of metrics provided by this integration.

### Events

The Versa integration does not include any events.

### Service Checks

The Versa integration does not include any service checks.

See [service_checks.json][8] for a list of service checks provided by this integration.

## Troubleshooting

Need help? Contact [Datadog support][9].


[1]: /devices
[2]: /account/settings/agent/latest
[3]: https://docs.datadoghq.com/containers/kubernetes/integrations/
[4]: https://github.com/DataDog/datadog-agent/blob/main/cmd/agent/dist/conf.d/versa.d/conf.yaml.example
[5]: https://docs.datadoghq.com/agent/configuration/agent-commands/#start-stop-and-restart-the-agent
[6]: https://docs.datadoghq.com/agent/configuration/agent-commands/#agent-status-and-information
[7]: https://github.com/DataDog/integrations-core/blob/master/versa/metadata.csv
[8]: https://github.com/DataDog/integrations-core/blob/master/versa/assets/service_checks.json
[9]: https://docs.datadoghq.com/help/
Loading
Loading