go.d fix typesense/nginxunit meta (#18556)
Ilya Mashchenko committed
Sep 15, 2024 at 01:26 UTC
2f0c3f3084bf41e305b2ec00960903a02e1e30cd
3 files changed
+5
-5
src/go/plugin/go.d/modules/nginxunit/config_schema.json
+1
-1
@@ -13,7 +13,7 @@
13
},
14
"url": {
15
"title": "URL",
16
- "description": "The URL of the NGINX Unit.",
16
+ "description": "The URL of the NGINX Unit HTTP Control API.",
17
"type": "string",
18
"default": "http://127.0.0.1:8000",
19
"format": "uri"
src/go/plugin/go.d/modules/nginxunit/metadata.yaml
+3
-3
@@ -22,7 +22,7 @@ modules:
22
- web
23
- appserver
24
- http
25
- most_popular: true
25
+ most_popular: false
26
overview:
27
data_collection:
28
metrics_description: |
@@ -51,7 +51,7 @@ modules:
51
list:
52
- title: Enable HTTP Control API
53
description: |
54
- See [Control API]([HTTP Control API](https://unit.nginx.org/controlapi/#configuration-api)) documentation.
54
+ See [Control API](https://unit.nginx.org/controlapi/#configuration-api) documentation.
55
configuration:
56
file:
57
name: go.d/nginxunit.conf
@@ -71,7 +71,7 @@ modules:
71
default_value: 0
72
required: false
73
- name: url
74
- description: NGINX Unit URL.
74
+ description: The URL of the NGINX Unit HTTP Control API.
75
default_value: http://127.0.0.1:8000
76
required: true
77
- name: timeout
src/go/plugin/go.d/modules/typesense/metadata.yaml
+1
-1
@@ -43,7 +43,7 @@ modules:
43
description: ""
44
additional_permissions:
45
description: ""
46
- multi_instance: true
46
+ multi_instance: false
47
supported_platforms:
48
include: []
49
exclude: []