rfmoz / grafana-dashboards

Grafana dashboards
Apache License 2.0
1.21k stars 446 forks source link

Required Hostname #174

Open jeeva-spec opened 2 months ago

jeeva-spec commented 2 months ago

Hi Team,

I would like to request the addition of the hostname at the top of the dashboard on node exporter dashboard. Currently, it only displays the datasource, host (IP), and job. Adding the hostname would be a great feature, as it can be difficult to remember all the IP addresses of the servers.

mustafaarif commented 1 month ago

You can add a Text Panel to display Hostname

In the Dashboard, Click on Add -> Visualization -> Change Viz type to Text (From Right Side)

In the Text field add either Markdown, HTML or Code. We are looking at ${node} variable.

Here is an example on HTML.

${node}