rfmoz / grafana-dashboards

Grafana dashboards
Apache License 2.0
1.17k stars 445 forks source link

Required Hostname #174

Open jeeva-spec opened 4 weeks ago

jeeva-spec commented 4 weeks 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 5 days 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}