You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Monitoring/monitor_fsxn_with_harvest_on_eks/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Here are some screenshots of a couple of the dashboards that are included to vis
13
13
14
14
## Introduction
15
15
16
-
## Architectural Overview
16
+
###Architectural Overview
17
17
18
18
This solution uses several components to collect and display all the pertinent metrics from your FSx for ONTAP file system.
19
19
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`
32
32
```json
33
33
{
34
34
"username": "fsxadmin",
35
-
"password": "fsxadmin-password"
35
+
"password": "fsxadmin's_password"
36
36
}
37
37
```
38
38
A service account should be created during the installation of Harvest with the sufficient permissions to fetch the secrets.
0 commit comments