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
sudo dockercompose -f prom-stack.yml -f harvest-compose.yml up -d --remove-orphans
329
+
sudo docker-compose -f prom-stack.yml -f harvest-compose.yml up -d --remove-orphans
316
330
```
317
331
318
332
After bringing up the prom-stack.yml compose file, you can access Grafana at
@@ -323,3 +337,25 @@ You will be prompted to create a new password the first time you log in. Grafana
323
337
username: admin
324
338
password: admin
325
339
```
340
+
341
+
## Adding additional FSx for ONTAP file systems.
342
+
If you need to add additional FSxN file systems to monitor after the initial installation,
343
+
you can do so by following the steps mentioned at the bottom of the [CloudFormation deployment](README.md) version of this read me file.
344
+
345
+
---
346
+
347
+
## Author Information
348
+
349
+
This repository is maintained by the contributors listed on [GitHub](https://github.com/NetApp/FSx-ONTAP-utils/graphs/contributors).
350
+
351
+
## License
352
+
353
+
Licensed under the Apache License, Version 2.0 (the "License").
354
+
355
+
You may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).
356
+
357
+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an _"AS IS"_ basis, without WARRANTIES or conditions of any kind, either express or implied.
358
+
359
+
See the License for the specific language governing permissions and limitations under the License.
Copy file name to clipboardExpand all lines: Monitoring/monitor_fsxn_with_harvest_on_ec2/README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,4 +163,21 @@ To monitor additional FSxN resources, follow these steps:
163
163
```bash
164
164
docker-compose -f prom-stack.yml -f harvest-compose.yml up -d --remove-orphans
165
165
```
166
+
166
167
---
168
+
169
+
## Author Information
170
+
171
+
This repository is maintained by the contributors listed on [GitHub](https://github.com/NetApp/FSx-ONTAP-utils/graphs/contributors).
172
+
173
+
## License
174
+
175
+
Licensed under the Apache License, Version 2.0 (the "License").
176
+
177
+
You may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).
178
+
179
+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an _"AS IS"_ basis, without WARRANTIES or conditions of any kind, either express or implied.
180
+
181
+
See the License for the specific language governing permissions and limitations under the License.
0 commit comments