rfmoz / grafana-dashboards

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

Port must be the same for multiple targets #6

Closed theodotos closed 6 years ago

theodotos commented 7 years ago

I noticed that if the port on all targets is not the same, the the Dashboard picks only one of them as the port and displays only that one, presenting the targets with different ports as 'no data points'

My workaround was to have a consistent node-exporter port for all hosts.

mfominov commented 6 years ago

@theodotos make replace from \"$node:$port\" to \"$node\" and u can use different port on hosts

theodotos commented 6 years ago

Thanks @mfominov. I'll give it a try.