Skip to content

Commit

Permalink
Issue #435
Browse files Browse the repository at this point in the history
Fixed a typo
  • Loading branch information
iguitton committed Oct 30, 2024
1 parent 9272ce9 commit 41a4be5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ resources:

##### Example 1: Collecting data for the metricshub process command line on a Windows server

In this example, we created a `metricshubWindowsProcess` additional connector using the `WindowsProcess` connector. This connector will always be actived and monitor the `metricshub` process command lines:
In this example, we created a `metricshubWindowsProcess` additional connector using the `WindowsProcess` connector. This connector will always be activated and monitor the `metricshub` process command lines:

```yaml
resources:
Expand All @@ -896,7 +896,7 @@ resources:

##### Example 2: Collecting data for the metricshub service running on a Linux server

In this example, we created a `metricshubLinuxService` additional connector using the `LinuxService` connector. This connector will always be actived and monitor the `metricshub` service running on our Linux server:
In this example, we created a `metricshubLinuxService` additional connector using the `LinuxService` connector. This connector will always be activated and monitor the `metricshub` service running on our Linux server:

```yaml
resources:
Expand Down

0 comments on commit 41a4be5

Please sign in to comment.