mirror of
https://github.com/netdata/netdata.git
synced 2025-04-30 15:40:05 +00:00
fix wrong config file name in go.d/oracledb meta (#18709)
This commit is contained in:
parent
92bd9154a7
commit
6096b95dc9
8 changed files with 10 additions and 10 deletions
src/go/plugin/go.d/modules
coredns
httpcheck
mongodb
openvpn
openvpn_status_log
oracledb
postgres
weblog
|
@ -70,7 +70,7 @@ modules:
|
||||||
detailed_description: |
|
detailed_description: |
|
||||||
Metrics of servers matching the selector will be collected.
|
Metrics of servers matching the selector will be collected.
|
||||||
- Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
|
- Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
|
||||||
- Pattern syntax: [matcher](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/pkg/matcher#supported-format).
|
- Pattern syntax: [matcher](https://github.com/netdata/netdata/tree/master/src/go/pkg/matcher#supported-format).
|
||||||
- Syntax:
|
- Syntax:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
@ -89,7 +89,7 @@ modules:
|
||||||
detailed_description: |
|
detailed_description: |
|
||||||
Metrics of zones matching the selector will be collected.
|
Metrics of zones matching the selector will be collected.
|
||||||
- Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
|
- Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
|
||||||
- Pattern syntax: [matcher](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/pkg/matcher#supported-format).
|
- Pattern syntax: [matcher](https://github.com/netdata/netdata/tree/master/src/go/pkg/matcher#supported-format).
|
||||||
- Syntax:
|
- Syntax:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|
|
@ -94,7 +94,7 @@ modules:
|
||||||
default_value: ""
|
default_value: ""
|
||||||
required: true
|
required: true
|
||||||
- name: headers_match.value
|
- name: headers_match.value
|
||||||
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."
|
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."
|
||||||
default_value: ""
|
default_value: ""
|
||||||
required: false
|
required: false
|
||||||
- name: cookie_file
|
- name: cookie_file
|
||||||
|
@ -188,7 +188,7 @@ modules:
|
||||||
- 200
|
- 200
|
||||||
- 204
|
- 204
|
||||||
- name: With `header_match`
|
- name: With `header_match`
|
||||||
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.
|
description: Example configurations with `header_match`. See the value [pattern](https://github.com/netdata/netdata/tree/master/src/go/pkg/matcher#supported-format) syntax.
|
||||||
config: |
|
config: |
|
||||||
jobs:
|
jobs:
|
||||||
# The "X-Robots-Tag" header must be present in the HTTP response header,
|
# The "X-Robots-Tag" header must be present in the HTTP response header,
|
||||||
|
|
|
@ -104,7 +104,7 @@ modules:
|
||||||
Metrics of databases matching the selector will be collected.
|
Metrics of databases matching the selector will be collected.
|
||||||
|
|
||||||
- Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
|
- Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
|
||||||
- Pattern syntax: [matcher](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/pkg/matcher#supported-format).
|
- Pattern syntax: [matcher](https://github.com/netdata/netdata/tree/master/src/go/pkg/matcher#supported-format).
|
||||||
- Syntax:
|
- Syntax:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|
|
@ -84,7 +84,7 @@ modules:
|
||||||
Metrics of users matching the selector will be collected.
|
Metrics of users matching the selector will be collected.
|
||||||
|
|
||||||
- Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
|
- Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
|
||||||
- Pattern syntax: [matcher](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/pkg/matcher#supported-format).
|
- Pattern syntax: [matcher](https://github.com/netdata/netdata/tree/master/src/go/pkg/matcher#supported-format).
|
||||||
- Syntax:
|
- Syntax:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|
|
@ -71,7 +71,7 @@ modules:
|
||||||
details: |
|
details: |
|
||||||
Metrics of users matching the selector will be collected.
|
Metrics of users matching the selector will be collected.
|
||||||
- Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
|
- Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
|
||||||
- Pattern syntax: [matcher](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/pkg/matcher#supported-format).
|
- Pattern syntax: [matcher](https://github.com/netdata/netdata/tree/master/src/go/pkg/matcher#supported-format).
|
||||||
- Syntax:
|
- Syntax:
|
||||||
```yaml
|
```yaml
|
||||||
per_user_stats:
|
per_user_stats:
|
||||||
|
|
|
@ -69,7 +69,7 @@ modules:
|
||||||
```
|
```
|
||||||
configuration:
|
configuration:
|
||||||
file:
|
file:
|
||||||
name: go.d/oracle.conf
|
name: go.d/oracledb.conf
|
||||||
options:
|
options:
|
||||||
description: |
|
description: |
|
||||||
The following options can be defined globally: update_every, autodetection_retry.
|
The following options can be defined globally: update_every, autodetection_retry.
|
||||||
|
|
|
@ -98,7 +98,7 @@ modules:
|
||||||
default_value: 2
|
default_value: 2
|
||||||
required: false
|
required: false
|
||||||
- name: collect_databases_matching
|
- name: collect_databases_matching
|
||||||
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).
|
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).
|
||||||
default_value: ""
|
default_value: ""
|
||||||
required: false
|
required: false
|
||||||
- name: max_db_tables
|
- name: max_db_tables
|
||||||
|
|
|
@ -124,7 +124,7 @@ modules:
|
||||||
default_value: ""
|
default_value: ""
|
||||||
required: true
|
required: true
|
||||||
- name: url_patterns.pattern
|
- name: url_patterns.pattern
|
||||||
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).
|
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).
|
||||||
default_value: ""
|
default_value: ""
|
||||||
required: true
|
required: true
|
||||||
- name: log_type
|
- name: log_type
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue