Skip to content

Commit

Permalink
Update vmware-vsphere-monitoring-integration.mdx
Browse files Browse the repository at this point in the history
  `EVENTS: true and METRICS: true` is not correct yaml syntax.

Should be...

  EVENTS: true
  METRICS: true
  • Loading branch information
wildcardlinux committed Dec 15, 2021
1 parent 629aad6 commit 8648c4a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ Before installing the integration, make sure that you meet the following require
**Large environments:** In environments with more than 800 virtual machines, the integration cannot report all data and may fail. We offer a workaround that will preserve all metrics and events, but it will disable entity registration. To apply the workaround, add the following environment variable to the configuration file:

```
EVENTS: true and METRICS: true
EVENTS: true
METRICS: true
```
</Callout>

Expand Down

0 comments on commit 8648c4a

Please sign in to comment.