File tree Expand file tree Collapse file tree 4 files changed +1
-495
lines changed Expand file tree Collapse file tree 4 files changed +1
-495
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ grafana_host="http://localhost:3000"
26
26
grafana_cred=" admin:admin"
27
27
# Keep grafana_folder empty for adding the dashboards in "General" folder
28
28
grafana_folder=" AWS CloudWatch"
29
- 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 20008 20009 20144);
29
+ ds=(1516 677 139 674 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 20008 20009 20144);
30
30
folderId=$( curl -s -k -u " $grafana_cred " $grafana_host /api/folders | jq -r --arg grafana_folder " $grafana_folder " ' .[] | select(.title==$grafana_folder).id' )
31
31
if [ -z " $folderId " ] ; then echo " Didn't get folderId" ; else echo " Got folderId $folderId " ; fi
32
32
for d in " ${ds[@]} " ; do
@@ -111,9 +111,6 @@ Single click provisioning [
112
112
[ ![ AWS CloudFront] ( aws-cloudfront/aws-cloudfront.png )] ( https://github.com/monitoringartist/grafana-aws-cloudwatch-dashboards/tree/master/aws-cloudfront )
113
113
114
- ### [ AWS CloudWatch Browser] ( https://github.com/monitoringartist/grafana-aws-cloudwatch-dashboards/tree/master/aws-cloudwatch-browser )
115
- [ ![ AWS Cloudwatch Browser] ( aws-cloudwatch-browser/aws-cloudwatch-browser.png )] ( https://github.com/monitoringartist/grafana-aws-cloudwatch-dashboards/tree/master/aws-cloudwatch-browser )
116
-
117
114
### [ AWS CloudWatch Synthetics] ( https://github.com/monitoringartist/grafana-aws-cloudwatch-dashboards/tree/master/aws-cloudwatch-synthetics )
118
115
[ ![ AWS Cloudwatch Synthetics] ( aws-cloudwatch-synthetics/aws-cloudwatch-synthetics.png )] ( https://github.com/monitoringartist/grafana-aws-cloudwatch-dashboards/tree/master/aws-cloudwatch-synthetics )
119
116
You can’t perform that action at this time.
0 commit comments