paregupt / ucs_traffic_monitor

Cisco UCS traffic monitoring using Grafana, InfluxDB and Telegraf
MIT License
80 stars 25 forks source link

Displaying Hostnames #75

Closed ThomasMcDo closed 2 years ago

ThomasMcDo commented 2 years ago

Is it possible to display the hostname of the UCSM IP address instead of the IP address. All the IP's are able to resolve via DNS.

paregupt commented 2 years ago

In the input file, try adding the DNS names instead of IP addresses.

jackycsie commented 2 years ago

I use OVF file. My experience is you can ping your DNS first. If you can't ping your DNS FI. You can apply your nameserver to /etc/resolv.conf then go to /usr/local/telegraf add user DNS FI name. And check you can ping DNS FI again. it's should be work.

paregupt commented 2 years ago

Closing this issue. Hope those comments fixed your problem. Feel free to open a new issue.