mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-23 05:06:36 +00:00
Merge pull request #1043 from breed808/ci_spellcheck
Fix broken Spellcheck CI job
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -106,7 +106,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
check_filenames: true
|
check_filenames: true
|
||||||
# When using this Action in other repos, the --skip option below can be removed
|
# When using this Action in other repos, the --skip option below can be removed
|
||||||
skip: ./.git
|
skip: ./.git,go.mod,go.sum
|
||||||
ignore_words_list: calle
|
ignore_words_list: calle
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ Enabled by default? | No
|
|||||||
Lists the Perflib Objects that are queried for data along with the perlfib object id
|
Lists the Perflib Objects that are queried for data along with the perlfib object id
|
||||||
|
|
||||||
### `--collectors.exchange.enabled`
|
### `--collectors.exchange.enabled`
|
||||||
Comma-separated list of collectors to use, for example: `--collectors.exchange.enabled=AvailabilityService,OutlookWebAccess`. Matching is case-sensetive. Depending on the exchange installation not all performance counters are available. Use `--collectors.exchange.list` to obtain a list of supported collectors.
|
Comma-separated list of collectors to use, for example: `--collectors.exchange.enabled=AvailabilityService,OutlookWebAccess`. Matching is case-sensitive. Depending on the exchange installation not all performance counters are available. Use `--collectors.exchange.list` to obtain a list of supported collectors.
|
||||||
|
|
||||||
## Metrics
|
## Metrics
|
||||||
Name | Description
|
Name | Description
|
||||||
|
|||||||
Reference in New Issue
Block a user