Skip to content

Commit

Permalink
Merge pull request greenstatic#82 from crosscodr/fix_datasources
Browse files Browse the repository at this point in the history
fix datasources in dashboards
  • Loading branch information
greenstatic authored Feb 1, 2021
2 parents 2043b33 + 78decd9 commit 9f354e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions extras/dashboards/all_servers.json
Original file line number Diff line number Diff line change
Expand Up @@ -2567,7 +2567,7 @@
},
{
"allValue": null,
"datasource": "Prometheus",
"datasource": "$datasource",
"definition": "label_values(node_cpu_seconds_total, job)",
"error": null,
"hide": 0,
Expand All @@ -2589,7 +2589,7 @@
},
{
"allValue": null,
"datasource": "Prometheus",
"datasource": "$datasource",
"definition": "label_values(netdata_system_cpu_percentage_average, job)",
"error": null,
"hide": 0,
Expand Down
4 changes: 2 additions & 2 deletions extras/dashboards/server_instance_netdata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2042,7 +2042,7 @@
},
{
"allValue": null,
"datasource": "Prometheus",
"datasource": "$datasource",
"definition": "label_values(bbb_api_up, instance)",
"hide": 0,
"includeAll": false,
Expand All @@ -2063,7 +2063,7 @@
},
{
"allValue": null,
"datasource": "Prometheus",
"datasource": "$datasource",
"definition": "label_values(netdata_net_net_kilobits_persec_average, family)",
"hide": 0,
"includeAll": false,
Expand Down
4 changes: 2 additions & 2 deletions extras/dashboards/server_instance_node_exporter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2050,7 +2050,7 @@
},
{
"allValue": null,
"datasource": "Prometheus",
"datasource": "$datasource",
"definition": "label_values(bbb_api_up, instance)",
"hide": 0,
"includeAll": false,
Expand All @@ -2071,7 +2071,7 @@
},
{
"allValue": null,
"datasource": "Prometheus",
"datasource": "$datasource",
"definition": "label_values(node_network_transmit_bytes_total, device)",
"hide": 0,
"includeAll": false,
Expand Down

0 comments on commit 9f354e5

Please sign in to comment.