Skip to content

Commit 158e9e9

Browse files
committed
Added an updated architectural diagram.
1 parent 881e163 commit 158e9e9

File tree

1 file changed

+2
-2
lines changed
  • Monitoring/monitor_fsxn_with_harvest_on_eks

1 file changed

+2
-2
lines changed

Monitoring/monitor_fsxn_with_harvest_on_eks/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Here are some screenshots of a couple of the dashboards that are included to vis
1313

1414
## Introduction
1515

16-
## Architectural Overview
16+
### Architectural Overview
1717

1818
This solution uses several components to collect and display all the pertinent metrics from your FSx for ONTAP file system.
1919
Instead of trying to describe them in words, the following architectural diagram does a great job of showing the components and how they interact with each other:
@@ -32,7 +32,7 @@ The format of the secret string should to be a json structure with a `username`
3232
```json
3333
{
3434
"username": "fsxadmin",
35-
"password": "fsxadmin-password"
35+
"password": "fsxadmin's_password"
3636
}
3737
```
3838
A service account should be created during the installation of Harvest with the sufficient permissions to fetch the secrets.

0 commit comments

Comments
 (0)