-
Notifications
You must be signed in to change notification settings - Fork 449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show hwmon labels #87
Comments
Additionally it looks like you can get better names for devices via so perhaps e.g.:
|
I've made a few tweaks to how I use this dashboard, mainly making the node variable in the dashboard settings allow "mutli-value" and "all". I then used your queries but I had to drop the Because of my change of the node variable in the dashboard to multivalue/all I also had to update the
|
e.g.
Currently for temperatures you use
node_hwmon_temp_celsius{instance="$node",job="$job"}
To get the label name, use:
node_hwmon_temp_celsius{instance="$node",job="$job"} * ignoring(label) group_left(label) node_hwmon_sensor_label
Then please use
{{ label }}
as part of the legend.The text was updated successfully, but these errors were encountered: