Skip to content

Commit 4d74885

Browse files
authored
Merge pull request #235 from NetApp/add_cw_to_ontap_monitoring
Add CloudWatch to ontap monitor services Bypassing required review because I need to get this repo current so I can merge it with the new repo.
2 parents 28f0dbf + b49c1aa commit 4d74885

File tree

6 files changed

+1823
-633
lines changed

6 files changed

+1823
-633
lines changed

Monitoring/monitor-ontap-services/README.md

Lines changed: 277 additions & 141 deletions
Large diffs are not rendered by default.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
#
3+
# This script builds the Lambda Layer required for the monitor_ontap_services to function.
4+
rm -rf python lambda_layer.zip
5+
mkdir python
6+
pip3 install --target ./python 'cronsim>=2.6' pytz
7+
zip -r lambda_layer.zip python

0 commit comments

Comments
 (0)