Skip to content

Commit

Permalink
Merge pull request #454 from sentrysoftware/feature/fix-metricshub-ex…
Browse files Browse the repository at this point in the history
…ample-comment

Issue #455: Update ESXi configuration example in `metricshub-example.yaml`
  • Loading branch information
NassimBtk authored Oct 17, 2024
2 parents 2b751b7 + 3357555 commit 757172a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,9 @@ resourceGroups:
# authentications: [ntlm, kerberos]

#═══════════════════════════════════════════════════
# vCenter WBEM configuration
# ESXi Host Configuration through WBEM service
# Authentication certificate will be requested
# from the specified VMware vCenter server
#═══════════════════════════════════════════════════

# server-11:
Expand All @@ -247,7 +249,7 @@ resourceGroups:
# timeout: 120
# username: admin
# password: password
# vcenter: server-vcenter
# vcenter: vcenter-server # Optional, for multi-tier authentication only

#═══════════════════════════════════════════════════
# ICMP Ping protocol configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,9 @@ resourceGroups:
# authentications: [ntlm, kerberos]

#═══════════════════════════════════════════════════
# vCenter WBEM configuration
# ESXi Host Configuration through WBEM service
# Authentication certificate will be requested
# from the specified VMware vCenter server
#═══════════════════════════════════════════════════

# server-11:
Expand All @@ -247,7 +249,7 @@ resourceGroups:
# timeout: 120
# username: admin
# password: password
# vcenter: server-vcenter
# vcenter: vcenter-server # Optional, for multi-tier authentication only

#═══════════════════════════════════════════════════
# ICMP Ping protocol configuration
Expand Down

0 comments on commit 757172a

Please sign in to comment.