Skip to content

Commit

Permalink
[skip ci] update doc with new manifest.json output (#3969)
Browse files Browse the repository at this point in the history
* [skip ci] update doc with new manifest.json output

* [skip ci] Use HTML code for asterisk
  • Loading branch information
phrawzty authored and ofek committed Jun 25, 2019
1 parent 9a19309 commit ef49b25
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions docs/dev/new_check_howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ Arguments:
* *double*
* *float*
* *dictionary*
* *list\**
* *list**
* *object*
* `defval`: default value for the parameter; can be empty (optional).

Expand Down Expand Up @@ -408,28 +408,33 @@ Our example integration has a very simple `awesome/manifest.json`, the bulk of w

```json
{
"display_name": "Awesome",
"display_name": "awesome",
"maintainer": "email@example.org",
"manifest_version": "1.0.0",
"name": "awesome",
"metric_prefix": "awesome.",
"metric_to_check": "",
"creates_events": false,
"short_description": "",
"guid": "x23b0c2c-dc39-4196-95fd-bddf93254a0x",
"guid": "x16b8750-df1e-46c0-839a-2056461b604x",
"support": "contrib",
"supported_os": [
"linux",
"mac_os",
"windows"
],
"public_title": "Datadog-Awesome Integration",
"public_title": "Datadog-awesome Integration",
"categories": [
"web"
],
"type": "check",
"is_public": false,
"integration_id": "awesome"
"integration_id": "awesome",
"assets": {
"dashboards": {},
"monitors": {},
"service_checks": "assets/service_checks.json"
}
}
```

Expand Down

0 comments on commit ef49b25

Please sign in to comment.