Skip to content

Commit

Permalink
Merge pull request #34 from minhphuc429/master
Browse files Browse the repository at this point in the history
fix: replace metric idrac_machine_info by idrac_system_machine_info
  • Loading branch information
mrlhansen authored Oct 1, 2023
2 parents c9f9bfe + c72967d commit deb09b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions grafana/idrac.json
Original file line number Diff line number Diff line change
Expand Up @@ -1786,14 +1786,14 @@
"type": "prometheus",
"uid": "${datasource}"
},
"definition": "label_values(idrac_machine_info,job)",
"definition": "label_values(idrac_system_machine_info,job)",
"hide": 0,
"includeAll": false,
"multi": true,
"name": "job",
"options": [],
"query": {
"query": "label_values(idrac_machine_info,job)",
"query": "label_values(idrac_system_machine_info,job)",
"refId": "StandardVariableQuery"
},
"refresh": 1,
Expand All @@ -1808,15 +1808,15 @@
"type": "prometheus",
"uid": "${datasource}"
},
"definition": "label_values(idrac_machine_info{job=\"$job\"}, instance)",
"definition": "label_values(idrac_system_machine_info{job=\"$job\"}, instance)",
"hide": 0,
"includeAll": false,
"label": "",
"multi": false,
"name": "instance",
"options": [],
"query": {
"query": "label_values(idrac_machine_info{job=\"$job\"}, instance)",
"query": "label_values(idrac_system_machine_info{job=\"$job\"}, instance)",
"refId": "StandardVariableQuery"
},
"refresh": 1,
Expand Down
8 changes: 4 additions & 4 deletions grafana/idrac_overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -1315,14 +1315,14 @@
"type": "prometheus",
"uid": "${datasource}"
},
"definition": "label_values(idrac_machine_info,job)",
"definition": "label_values(idrac_system_machine_info,job)",
"hide": 0,
"includeAll": false,
"multi": true,
"name": "job",
"options": [],
"query": {
"query": "label_values(idrac_machine_info,job)",
"query": "label_values(idrac_system_machine_info,job)",
"refId": "StandardVariableQuery"
},
"refresh": 1,
Expand All @@ -1346,15 +1346,15 @@
"type": "prometheus",
"uid": "${datasource}"
},
"definition": "label_values(idrac_machine_info{job=\"$job\"}, instance)",
"definition": "label_values(idrac_system_machine_info{job=\"$job\"}, instance)",
"hide": 0,
"includeAll": true,
"label": "",
"multi": true,
"name": "instance",
"options": [],
"query": {
"query": "label_values(idrac_machine_info{job=\"$job\"}, instance)",
"query": "label_values(idrac_system_machine_info{job=\"$job\"}, instance)",
"refId": "StandardVariableQuery"
},
"refresh": 1,
Expand Down

0 comments on commit deb09b5

Please sign in to comment.