mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2024-11-09 23:24:08 -08:00
Merge pull request #145 from leewis101/chip_name
node: temperature: change legend from chip to chip_name
This commit is contained in:
commit
c2835d823a
|
@ -14374,11 +14374,11 @@
|
||||||
"type": "prometheus",
|
"type": "prometheus",
|
||||||
"uid": "${DS_PROMETHEUS}"
|
"uid": "${DS_PROMETHEUS}"
|
||||||
},
|
},
|
||||||
"expr": "node_hwmon_temp_celsius{instance=\"$node\",job=\"$job\"}",
|
"expr": "node_hwmon_temp_celsius{instance=\"$node\",job=\"$job\"} * on(chip) group_left(chip_name) node_hwmon_chip_names",
|
||||||
"format": "time_series",
|
"format": "time_series",
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"intervalFactor": 1,
|
"intervalFactor": 1,
|
||||||
"legendFormat": "{{ chip }} {{ sensor }} temp",
|
"legendFormat": "{{ chip_name }} {{ sensor }} temp",
|
||||||
"refId": "A",
|
"refId": "A",
|
||||||
"step": 240
|
"step": 240
|
||||||
},
|
},
|
||||||
|
@ -14387,12 +14387,12 @@
|
||||||
"type": "prometheus",
|
"type": "prometheus",
|
||||||
"uid": "${DS_PROMETHEUS}"
|
"uid": "${DS_PROMETHEUS}"
|
||||||
},
|
},
|
||||||
"expr": "node_hwmon_temp_crit_alarm_celsius{instance=\"$node\",job=\"$job\"}",
|
"expr": "node_hwmon_temp_crit_alarm_celsius{instance=\"$node\",job=\"$job\"} * on(chip) group_left(chip_name) node_hwmon_chip_names",
|
||||||
"format": "time_series",
|
"format": "time_series",
|
||||||
"hide": true,
|
"hide": true,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"intervalFactor": 1,
|
"intervalFactor": 1,
|
||||||
"legendFormat": "{{ chip }} {{ sensor }} Critical Alarm",
|
"legendFormat": "{{ chip_name }} {{ sensor }} Critical Alarm",
|
||||||
"refId": "B",
|
"refId": "B",
|
||||||
"step": 240
|
"step": 240
|
||||||
},
|
},
|
||||||
|
@ -14401,11 +14401,11 @@
|
||||||
"type": "prometheus",
|
"type": "prometheus",
|
||||||
"uid": "${DS_PROMETHEUS}"
|
"uid": "${DS_PROMETHEUS}"
|
||||||
},
|
},
|
||||||
"expr": "node_hwmon_temp_crit_celsius{instance=\"$node\",job=\"$job\"}",
|
"expr": "node_hwmon_temp_crit_celsius{instance=\"$node\",job=\"$job\"} * on(chip) group_left(chip_name) node_hwmon_chip_names",
|
||||||
"format": "time_series",
|
"format": "time_series",
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"intervalFactor": 1,
|
"intervalFactor": 1,
|
||||||
"legendFormat": "{{ chip }} {{ sensor }} Critical",
|
"legendFormat": "{{ chip_name }} {{ sensor }} Critical",
|
||||||
"refId": "C",
|
"refId": "C",
|
||||||
"step": 240
|
"step": 240
|
||||||
},
|
},
|
||||||
|
@ -14414,12 +14414,12 @@
|
||||||
"type": "prometheus",
|
"type": "prometheus",
|
||||||
"uid": "${DS_PROMETHEUS}"
|
"uid": "${DS_PROMETHEUS}"
|
||||||
},
|
},
|
||||||
"expr": "node_hwmon_temp_crit_hyst_celsius{instance=\"$node\",job=\"$job\"}",
|
"expr": "node_hwmon_temp_crit_hyst_celsius{instance=\"$node\",job=\"$job\"} * on(chip) group_left(chip_name) node_hwmon_chip_names",
|
||||||
"format": "time_series",
|
"format": "time_series",
|
||||||
"hide": true,
|
"hide": true,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"intervalFactor": 1,
|
"intervalFactor": 1,
|
||||||
"legendFormat": "{{ chip }} {{ sensor }} Critical Historical",
|
"legendFormat": "{{ chip_name }} {{ sensor }} Critical Historical",
|
||||||
"refId": "D",
|
"refId": "D",
|
||||||
"step": 240
|
"step": 240
|
||||||
},
|
},
|
||||||
|
@ -14428,12 +14428,12 @@
|
||||||
"type": "prometheus",
|
"type": "prometheus",
|
||||||
"uid": "${DS_PROMETHEUS}"
|
"uid": "${DS_PROMETHEUS}"
|
||||||
},
|
},
|
||||||
"expr": "node_hwmon_temp_max_celsius{instance=\"$node\",job=\"$job\"}",
|
"expr": "node_hwmon_temp_max_celsius{instance=\"$node\",job=\"$job\"} * on(chip) group_left(chip_name) node_hwmon_chip_names",
|
||||||
"format": "time_series",
|
"format": "time_series",
|
||||||
"hide": true,
|
"hide": true,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"intervalFactor": 1,
|
"intervalFactor": 1,
|
||||||
"legendFormat": "{{ chip }} {{ sensor }} Max",
|
"legendFormat": "{{ chip_name }} {{ sensor }} Max",
|
||||||
"refId": "E",
|
"refId": "E",
|
||||||
"step": 240
|
"step": 240
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue