Skip to content

Commit

Permalink
AWS FSx (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
jangaraj authored Nov 19, 2023
1 parent 81bbac3 commit 9f79457
Show file tree
Hide file tree
Showing 4 changed files with 2,255 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ grafana_host="http://localhost:3000"
grafana_cred="admin:admin"
# Keep grafana_folder empty for adding the dashboards in "General" folder
grafana_folder="AWS CloudWatch"
ds=(1516 677 139 674 590 659 758 623 617 551 653 969 650 644 607 593 707 575 1519 581 584 2969 8050 11099 11154 11155 12979 13018 13040 13104 13892 14189 14391 14392 14954 14955 15016 16899 17741 17978);
ds=(1516 677 139 674 590 659 758 623 617 551 653 969 650 644 607 593 707 575 1519 581 584 2969 8050 11099 11154 11155 12979 13018 13040 13104 13892 14189 14391 14392 14954 14955 15016 16899 17741 17978 20007);
folderId=$(curl -s -k -u "$grafana_cred" $grafana_host/api/folders | jq -r --arg grafana_folder "$grafana_folder" '.[] | select(.title==$grafana_folder).id')
if [ -z "$folderId" ] ; then echo "Didn't get folderId" ; else echo "Got folderId $folderId" ; fi
for d in "${ds[@]}"; do
Expand Down Expand Up @@ -158,6 +158,9 @@ Single click provisioning [![Gitpod ready-to-test](https://img.shields.io/badge/
### [AWS Eventbridge](https://github.com/monitoringartist/grafana-aws-cloudwatch-dashboards/tree/master/aws-eventbridge)
[![AWS Eventbridge](aws-eventbridge/aws-eventbridge.png)](https://github.com/monitoringartist/grafana-aws-cloudwatch-dashboards/tree/master/aws-eventbridge)

### [AWS FSx](https://github.com/monitoringartist/grafana-aws-cloudwatch-dashboards/tree/master/aws-fsx)
[![AWS FSx](aws-fsx/aws-fsx.png)](https://github.com/monitoringartist/grafana-aws-cloudwatch-dashboards/tree/master/aws-fsx)

### [AWS Inspector](https://github.com/monitoringartist/grafana-aws-cloudwatch-dashboards/tree/master/aws-inspector)
[![AWS Inspector](aws-inspector/aws-inspector.png)](https://github.com/monitoringartist/grafana-aws-cloudwatch-dashboards/tree/master/aws-inspector)

Expand Down
Loading

0 comments on commit 9f79457

Please sign in to comment.