Skip to content

Commit 11197e2

Browse files
authored
chore: fix indentation
codeblocks have to align with the triple backticks (`) or the indentation gets off
1 parent 91c1563 commit 11197e2

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

src/content/docs/infrastructure/host-integrations/host-integrations-list/windows-services-integration.mdx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,20 @@ You must have <DNT>**version 1.12.1 or higher**</DNT> for our [infrastructure ag
6363
Here's an example of the Windows services integration configuration with both a regex pattern matching all services named `win32.*` and a direct match for the `newrelic-infra` service:
6464

6565
```yml
66-
integrations:
67-
- name: nri-winservices
68-
config:
69-
exporter_bind_address: 127.0.0.1
70-
exporter_bind_port: 9182
71-
include_matching_entities:
72-
windowsService.name:
73-
- regex "win32.*"
74-
- "newrelic-infra"
75-
scrape_interval: 30s
76-
labels:
77-
env: production
78-
role: load_balancer
79-
timeout: 60s
66+
integrations:
67+
- name: nri-winservices
68+
config:
69+
exporter_bind_address: 127.0.0.1
70+
exporter_bind_port: 9182
71+
include_matching_entities:
72+
windowsService.name:
73+
- regex "win32.*"
74+
- "newrelic-infra"
75+
scrape_interval: 30s
76+
labels:
77+
env: production
78+
role: load_balancer
79+
timeout: 60s
8080
```
8181
8282
For more information, see our documentation about the [general structure of on-host integration configurations](/docs/integrations/integrations-sdk/file-specifications/host-integration-configuration-overview).
@@ -88,7 +88,7 @@ You must have <DNT>**version 1.12.1 or higher**</DNT> for our [infrastructure ag
8888
Restart your infrastructure agent:
8989
9090
```shell
91-
net stop newrelic-infra && net start newrelic-infra
91+
net stop newrelic-infra && net start newrelic-infra
9292
```
9393

9494
In a couple of minutes, your application will send metrics to [one.newrelic.com](https://one.newrelic.com).

0 commit comments

Comments
 (0)