Skip to content

Commit

Permalink
Add assets folder and add all missing service_check json files (#454)
Browse files Browse the repository at this point in the history
* Make new assets folder

* Add all missing service_check json files

* Fix spacing and integration field

* Fix agent version
  • Loading branch information
nmuesch authored May 21, 2019
1 parent e6ee967 commit d3aad6d
Show file tree
Hide file tree
Showing 166 changed files with 482 additions and 141 deletions.
File renamed without changes.
14 changes: 11 additions & 3 deletions aerospike/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,17 @@
"short_description": "Collect cluster and namespaces statistics",
"description": "The Aerospike integration helps to collect performance and avaialbility metrics from Aerospike cluster instances.",
"support": "contrib",
"supported_os": ["linux","mac_os"],
"supported_os": [
"linux",
"mac_os"
],
"public_title": "Datadog-Aerospike Integration",
"type":"check",
"type": "check",
"is_public": true,
"metric_prefix": "aerospike."
"metric_prefix": "aerospike.",
"assets": {
"monitors": {},
"dashboards": {},
"service_checks": "/assets/service_checks.json"
}
}
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
11 changes: 10 additions & 1 deletion ambassador/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,14 @@
"public_title": "Datadog-Ambassador API Gateway Integration",
"type": "check",
"is_public": true,
"categories": ["Cloud", "orchestration", "containers"]
"categories": [
"Cloud",
"orchestration",
"containers"
],
"assets": {
"monitors": {},
"dashboards": {},
"service_checks": "/assets/service_checks.json"
}
}
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
11 changes: 10 additions & 1 deletion apollo_engine/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,14 @@
"public_title": "Datadog-Apollo Engine Integration",
"type": "crawler",
"is_public": true,
"categories": ["api", "monitoring", "caching"]
"categories": [
"api",
"monitoring",
"caching"
],
"assets": {
"monitors": {},
"dashboards": {},
"service_checks": "/assets/service_checks.json"
}
}
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
7 changes: 6 additions & 1 deletion aqua/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@
"log collection"
],
"type": "check",
"is_public": true
"is_public": true,
"assets": {
"monitors": {},
"dashboards": {},
"service_checks": "/assets/service_checks.json"
}
}
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
11 changes: 9 additions & 2 deletions bind9/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"integration_id": "bind9",
"metric_prefix": "bind9.",
"categories":["monitoring"],
"categories": [
"monitoring"
],
"creates_events": false,
"display_name": "BIND 9",
"guid": "bce6961c-4312-11e9-b210-d663bd873d93",
Expand All @@ -17,5 +19,10 @@
"mac_os",
"windows"
],
"type": "check"
"type": "check",
"assets": {
"monitors": {},
"dashboards": {},
"service_checks": "/assets/service_checks.json"
}
}
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
10 changes: 9 additions & 1 deletion bonsai/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,13 @@
"categories": [
"data store"
],
"supported_os": ["linux","windows"]
"supported_os": [
"linux",
"windows"
],
"assets": {
"monitors": {},
"dashboards": {},
"service_checks": "/assets/service_checks.json"
}
}
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
11 changes: 9 additions & 2 deletions buddy/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"display_name": "Buddy",
"short_description": "One-click delivery automation with working website previews for web developers.",
"creates_events": false,
"categories": ["web"],
"categories": [
"web"
],
"support": "contrib",
"supported_os": [
"linux",
Expand All @@ -16,5 +18,10 @@
"guid": "7b131269-e2ba-4279-b9dd-82e85764d389",
"public_title": "Datadog-Buddy Integration",
"type": "check",
"is_public": true
"is_public": true,
"assets": {
"monitors": {},
"dashboards": {},
"service_checks": "/assets/service_checks.json"
}
}
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
47 changes: 26 additions & 21 deletions concourse_ci/manifest.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,29 @@
{
"integration_id": "concourse-ci",
"categories": [
"Collaboration"
],
"guid": "054cc9fb-01c4-4f05-98b5-fae828746787",
"is_public": true,
"maintainer": "[email protected]",
"public_title": "Datadog-Concourse-CI Integration",
"support": "contrib",
"supported_os": [
"linux",
"mac_os",
"windows"
],
"type": "check",
"manifest_version": "1.0.0",
"name": "concourse_ci",
"display_name": "Concourse CI",
"short_description": "Collect metrics emitted from Concourse CI.",
"metric_prefix": "concourse.ci.",
"metric_to_check": "concourse.ci.goroutines",
"creates_events": false
"categories": [
"Collaboration"
],
"guid": "054cc9fb-01c4-4f05-98b5-fae828746787",
"is_public": true,
"maintainer": "[email protected]",
"public_title": "Datadog-Concourse-CI Integration",
"support": "contrib",
"supported_os": [
"linux",
"mac_os",
"windows"
],
"type": "check",
"manifest_version": "1.0.0",
"name": "concourse_ci",
"display_name": "Concourse CI",
"short_description": "Collect metrics emitted from Concourse CI.",
"metric_prefix": "concourse.ci.",
"metric_to_check": "concourse.ci.goroutines",
"creates_events": false,
"assets": {
"monitors": {},
"dashboards": {},
"service_checks": "/assets/service_checks.json"
}
}
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
11 changes: 9 additions & 2 deletions convox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,20 @@
"guid": "e8b1f8a7-8859-4c85-81bd-044400854e59",
"maintainer": "[email protected]",
"support": "contrib",
"categories": ["cloud"],
"categories": [
"cloud"
],
"supported_os": [
"linux",
"mac_os",
"windows"
],
"public_title": "Datadog-Convox Integration",
"type": "check",
"is_public": true
"is_public": true,
"assets": {
"monitors": {},
"dashboards": {},
"service_checks": "/assets/service_checks.json"
}
}
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
13 changes: 10 additions & 3 deletions eventstore/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,18 @@
],
"guid": "4BEB8E51-E7DA-4145-B780-E3B3A6A8CD60",
"public_title": "Datadog-Eventstore Integration",
"categories":["data store"],
"categories": [
"data store"
],
"type": "check",
"aliases":[],
"aliases": [],
"creates_events": false,
"support": "contrib",
"is_public": true,
"metric_prefix": "eventstore."
"metric_prefix": "eventstore.",
"assets": {
"monitors": {},
"dashboards": {},
"service_checks": "/assets/service_checks.json"
}
}
File renamed without changes.
17 changes: 14 additions & 3 deletions filebeat/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,22 @@
"guid": "3bb6a789-d1e3-465c-9bff-ea2a43ae2f59",
"short_description": "Lightweight Shipper for Logs",
"support": "contrib",
"supported_os": ["linux", "mac_os", "windows"],
"supported_os": [
"linux",
"mac_os",
"windows"
],
"public_title": "Datadog-Filebeat Integration",
"categories": ["os & system"],
"categories": [
"os & system"
],
"type": "check",
"creates_events": false,
"is_public": true,
"metric_prefix": "filebeat."
"metric_prefix": "filebeat.",
"assets": {
"monitors": {},
"dashboards": {},
"service_checks": "/assets/service_checks.json"
}
}
11 changes: 11 additions & 0 deletions gnatsd/assets/service_checks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"agent_version": "6.0.0",
"integration": "Gnatsd",
"check": "gnatsd.can_connect",
"statuses": ["ok", "critical"],
"groups": ["host", "url"],
"name": "Can Connect",
"description": "Returns `CRITICAL` if the Agent can't connect to the Gnastd endpoint, OK otherwise"
}
]
17 changes: 14 additions & 3 deletions gnatsd/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,21 @@
"guid": "7edcf450-d9cf-44aa-9053-ece04ac7c21d",
"support": "contrib",
"type": "check",
"supported_os": ["linux","mac_os","windows"],
"categories":["messaging", "notification"],
"supported_os": [
"linux",
"mac_os",
"windows"
],
"categories": [
"messaging",
"notification"
],
"creates_events": false,
"is_public": true,
"metric_prefix": "gnatsd.",
"integration_id": "gnatsd"
"assets": {
"monitors": {},
"dashboards": {},
"service_checks": "/assets/service_checks.json"
}
}
11 changes: 0 additions & 11 deletions gnatsd/service_check.json

This file was deleted.

11 changes: 11 additions & 0 deletions gnatsd_streaming/assets/service_checks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"agent_version": "6.0.0",
"integration": "Gnatsd streaming",
"check": "gnatsd_streaming.can_connect",
"statuses": ["ok", "critical"],
"groups": ["host", "url"],
"name": "Can Connect",
"description": "Returns `CRITICAL` if the Agent can't connect to the Gnastd Streaming endpoint, OK otherwise"
}
]
17 changes: 14 additions & 3 deletions gnatsd_streaming/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,19 @@
"support": "contrib",
"type": "check",
"creates_events": true,
"supported_os": ["linux","mac_os","windows"],
"categories":["monitoring"],
"supported_os": [
"linux",
"mac_os",
"windows"
],
"categories": [
"monitoring"
],
"is_public": true,
"metric_prefix": "gnatsd."
"metric_prefix": "gnatsd.",
"assets": {
"monitors": {},
"dashboards": {},
"service_checks": "/assets/service_checks.json"
}
}
11 changes: 0 additions & 11 deletions gnatsd_streaming/service_check.json

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
7 changes: 6 additions & 1 deletion gremlin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@
"mac_os",
"windows"
],
"type": "check"
"type": "check",
"assets": {
"monitors": {},
"dashboards": {},
"service_checks": "/assets/service_checks.json"
}
}
File renamed without changes.
17 changes: 14 additions & 3 deletions hbase_master/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,21 @@
"guid": "b45e0f05-8ece-4d5c-946b-ce0ee8057e68",
"creates_events": false,
"support": "contrib",
"supported_os": ["linux", "mac_os", "windows"],
"supported_os": [
"linux",
"mac_os",
"windows"
],
"public_title": "Datadog-Hbase Master Integration",
"categories": ["data store"],
"categories": [
"data store"
],
"type": "check",
"is_public": true,
"metric_prefix": "hbase."
"metric_prefix": "hbase.",
"assets": {
"monitors": {},
"dashboards": {},
"service_checks": "/assets/service_checks.json"
}
}
File renamed without changes.
Loading

0 comments on commit d3aad6d

Please sign in to comment.