fix wrong config file name in go.d/oracledb meta (#18709)
Ilya Mashchenko committed
Oct 7, 2024 at 17:54 UTC
6096b95dc9993670d2cf1b2ae5433d6b06a42e4d
8 files changed
+10
-10
src/go/plugin/go.d/modules/coredns/metadata.yaml
+2
-2
@@ -70,7 +70,7 @@ modules:
70
detailed_description: |
71
Metrics of servers matching the selector will be collected.
72
- Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
73
- - Pattern syntax: [matcher](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/pkg/matcher#supported-format).
73
+ - Pattern syntax: [matcher](https://github.com/netdata/netdata/tree/master/src/go/pkg/matcher#supported-format).
74
- Syntax:
75
76
```yaml
@@ -89,7 +89,7 @@ modules:
89
detailed_description: |
90
Metrics of zones matching the selector will be collected.
91
- Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
92
- - Pattern syntax: [matcher](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/pkg/matcher#supported-format).
92
+ - Pattern syntax: [matcher](https://github.com/netdata/netdata/tree/master/src/go/pkg/matcher#supported-format).
93
- Syntax:
94
95
```yaml
src/go/plugin/go.d/modules/httpcheck/metadata.yaml
+2
-2
@@ -94,7 +94,7 @@ modules:
94
default_value: ""
95
required: true
96
- name: headers_match.value
97
- description: "The [pattern](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/pkg/matcher#supported-format) to match against the value of the specified header."
97
+ description: "The [pattern](https://github.com/netdata/netdata/tree/master/src/go/pkg/matcher#supported-format) to match against the value of the specified header."
98
default_value: ""
99
required: false
100
- name: cookie_file
@@ -188,7 +188,7 @@ modules:
188
- 200
189
- 204
190
- name: With `header_match`
191
- description: Example configurations with `header_match`. See the value [pattern](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/pkg/matcher#supported-format) syntax.
191
+ description: Example configurations with `header_match`. See the value [pattern](https://github.com/netdata/netdata/tree/master/src/go/pkg/matcher#supported-format) syntax.
192
config: |
193
jobs:
194
# The "X-Robots-Tag" header must be present in the HTTP response header,
src/go/plugin/go.d/modules/mongodb/metadata.yaml
+1
-1
@@ -104,7 +104,7 @@ modules:
104
Metrics of databases matching the selector will be collected.
105
106
- Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
107
- - Pattern syntax: [matcher](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/pkg/matcher#supported-format).
107
+ - Pattern syntax: [matcher](https://github.com/netdata/netdata/tree/master/src/go/pkg/matcher#supported-format).
108
- Syntax:
109
110
```yaml
src/go/plugin/go.d/modules/openvpn/metadata.yaml
+1
-1
@@ -84,7 +84,7 @@ modules:
84
Metrics of users matching the selector will be collected.
85
86
- Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
87
- - Pattern syntax: [matcher](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/pkg/matcher#supported-format).
87
+ - Pattern syntax: [matcher](https://github.com/netdata/netdata/tree/master/src/go/pkg/matcher#supported-format).
88
- Syntax:
89
90
```yaml
src/go/plugin/go.d/modules/openvpn_status_log/metadata.yaml
+1
-1
@@ -71,7 +71,7 @@ modules:
71
details: |
72
Metrics of users matching the selector will be collected.
73
- Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
74
- - Pattern syntax: [matcher](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/pkg/matcher#supported-format).
74
+ - Pattern syntax: [matcher](https://github.com/netdata/netdata/tree/master/src/go/pkg/matcher#supported-format).
75
- Syntax:
76
```yaml
77
per_user_stats:
src/go/plugin/go.d/modules/oracledb/metadata.yaml
+1
-1
@@ -69,7 +69,7 @@ modules:
69
```
70
configuration:
71
file:
72
- name: go.d/oracle.conf
72
+ name: go.d/oracledb.conf
73
options:
74
description: |
75
The following options can be defined globally: update_every, autodetection_retry.
src/go/plugin/go.d/modules/postgres/metadata.yaml
+1
-1
@@ -98,7 +98,7 @@ modules:
98
default_value: 2
99
required: false
100
- name: collect_databases_matching
101
- description: Databases selector. Determines which database metrics will be collected. Syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/pkg/matcher#simple-patterns-matcher).
101
+ description: Databases selector. Determines which database metrics will be collected. Syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/src/go/pkg/matcher#simple-patterns-matcher).
102
default_value: ""
103
required: false
104
- name: max_db_tables
src/go/plugin/go.d/modules/weblog/metadata.yaml
+1
-1
@@ -124,7 +124,7 @@ modules:
124
default_value: ""
125
required: true
126
- name: url_patterns.pattern
127
- description: Used to match against full original request URI. Pattern syntax in [matcher](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/pkg/matcher#supported-format).
127
+ description: Used to match against full original request URI. Pattern syntax in [matcher](https://github.com/netdata/netdata/tree/master/src/go/pkg/matcher#supported-format).
128
default_value: ""
129
required: true
130
- name: log_type