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
12 changes: 11 additions & 1 deletion disk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# CHANGELOG - disk

1.0.003-22-2017
1.0.1 / Unreleased
==================

### Changes

* [SANITY] Import `Platform` helper from `utils.platform` instead of deprecated `util`. See [#484][]

1.0.0 / 03-22-2017
==================

### Changes

* [FEATURE] adds disk integration.

<!--- The following link definition list is generated by PimpMyChangelog --->
[#484]: https://github.com/DataDog/integrations-core/issues/484
2 changes: 1 addition & 1 deletion disk/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# datadog
from checks import AgentCheck
from config import _is_affirmative
from util import Platform
from utils.platform import Platform
from utils.subprocess_output import get_subprocess_output
from utils.timeout import (
timeout,
Expand Down
2 changes: 1 addition & 1 deletion disk/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"mac_os",
"windows"
],
"version": "1.0.0",
"version": "1.0.1",
"guid": "94588b23-111e-4ed2-a2af-fd6e4caeea04"
}
12 changes: 10 additions & 2 deletions dns_check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# CHANGELOG - dns_check

1.0.1/2017-04-24

1.0.2 / Unreleased
==================

### Changes

* [SANITY] Import `Platform` helper from `utils.platform` instead of deprecated `util`. See [#484][]

1.0.1 / 2017-04-24
==================

### Changes

* [BUGFIX] use time.clock under windows. See [#330][]

1.0.003-22-2017
1.0.0 / 03-22-2017
==================

### Changes
Expand Down
2 changes: 1 addition & 1 deletion dns_check/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import dns.resolver

# project
from util import Platform
from utils.platform import Platform
from checks.network_checks import NetworkCheck, Status

# These imports are necessary because otherwise dynamic type
Expand Down
2 changes: 1 addition & 1 deletion dns_check/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"mac_os",
"windows"
],
"version": "1.0.0",
"version": "1.0.2",
"guid": "31e4c84c-fc4b-4cd4-97ed-0331bf4e2023"
}
8 changes: 8 additions & 0 deletions vsphere/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG - vsphere

1.0.2 / Unreleased
==================

### Changes

* [SANITY] Import `Timer` helper from `utils.timer` instead of deprecated `util`. See [#484][]

1.0.1 Unreleased
==================

Expand All @@ -16,3 +23,4 @@

<!--- The following link definition list is generated by PimpMyChangelog --->
[#346]: https://github.com/DataDog/integrations-core/issues/346
[#484]: https://github.com/DataDog/integrations-core/issues/484
2 changes: 1 addition & 1 deletion vsphere/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from checks.libs.thread_pool import Pool
from checks.libs.vmware.basic_metrics import BASIC_METRICS
from checks.libs.vmware.all_metrics import ALL_METRICS
from util import Timer
from utils.timer import Timer

SOURCE_TYPE = 'vsphere'
REAL_TIME_INTERVAL = 20 # Default vCenter sampling interval
Expand Down
4 changes: 2 additions & 2 deletions vsphere/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"maintainer": "help@datadoghq.com",
"manifest_version": "0.1.0",
"max_agent_version": "6.0.0",
"min_agent_version": "5.6.3",
"min_agent_version": "5.15.0",
"name": "vsphere",
"short_description": "Understand how vSphere resource usage affects your application.",
"support": "core",
Expand All @@ -11,6 +11,6 @@
"mac_os",
"windows"
],
"version": "1.0.1",
"version": "1.0.2",
"guid": "930b1839-cc1f-4e7a-b706-0e8cf3218464"
}