Last active
February 4, 2022 18:34
-
-
Save ybizeul/f24c459ef8406ee5b95b7023ebebab25 to your computer and use it in GitHub Desktop.
Revisions
-
ybizeul renamed this gist
Feb 4, 2022 . 1 changed file with 11 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,19 +1,22 @@ ### Manually importing dashboards in NAbox 3.0.1 * Log into NAbox with ssh, root/NetAppGrafanaVA is default credentials * Jump into netapp harvest container ``` dc exec nabox-harvest2 ``` * Change directory ``` cd /netapp-harvest ``` * Run dashboard import, don't forget to answer question with "y" ``` ./bin/grafana import -a $GRAFANA_SERVER -t `cat /secrets/harvest-grafana` using API token from config connected to Grafana server (version: 8.4.0-beta1) @@ -32,4 +35,5 @@ OK - imported [harvest_dashboard_shelf.json] OK - imported [harvest_dashboard_snapmirror.json] OK - imported [harvest_dashboard_svm.json] OK - imported [harvest_dashboard_volume.json] ``` exit -
ybizeul revised this gist
Feb 4, 2022 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,12 +3,17 @@ # Log into NAbox with ssh, root/NetAppGrafanaVA is default credentials # Jump into netapp harvest container dc exec nabox-harvest2 # # Change directory cd /netapp-harvest # Run dashboard import, don't forget to answer question with "y" ./bin/grafana import -a $GRAFANA_SERVER -t `cat /secrets/harvest-grafana` using API token from config connected to Grafana server (version: 8.4.0-beta1) -
ybizeul created this gist
Feb 4, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,30 @@ # Manually importing dashboards in NAbox 3.0.1 # Log into NAbox with ssh, root/NetAppGrafanaVA is default credentials # Jump into netapp harvest container dc exec nabox-harvest2 # Run dashboard import, don't forget to answer question with "y" cd /netapp-harvest ./bin/grafana import -a $GRAFANA_SERVER -t `cat /secrets/harvest-grafana` using API token from config connected to Grafana server (version: 8.4.0-beta1) 8.4.0-beta1 does not satisfies constraints >= 7.1.0warning: current set of dashboards require Grafana version (7.1.0) or higher continue anyway? [y/N]: y folder [Harvest 2.0] exists in Grafana - OK preparing to import 12 dashboards... OK - imported [harvest_dashboard_aggregate.json] OK - imported [harvest_dashboard_cluster.json] OK - imported [harvest_dashboard_disk.json] OK - imported [harvest_dashboard_metadata.json] OK - imported [harvest_dashboard_network.json] OK - imported [harvest_dashboard_node.json] OK - imported [harvest_dashboard_nvme_fc.json] OK - imported [harvest_dashboard_shelf.json] OK - imported [harvest_dashboard_snapmirror.json] OK - imported [harvest_dashboard_svm.json] OK - imported [harvest_dashboard_volume.json] exit