ganglia / ganglia-web

Ganglia Web Frontend
BSD 3-Clause "New" or "Revised" License
317 stars 169 forks source link

Case sensitivity with Host sFlow #257

Open giddie opened 9 years ago

giddie commented 9 years ago

I'm using Host sFlow to collect metrics from a Windows box. The box in question has a hostname that is all-caps (e.g. MYSERVER).

I have set case_sensitive_hostnames = false in ganglia-web (3.6.2), which makes the metrics viewable in the node view, but on the "Main" page, where all the nodes are listed together, the upper-case hostname is still causing an issue: graphs for that host show no data unless I symlink MYSERVER -> myserver in the rrds directory.

giddie commented 9 years ago

The server is in lower-case in the RRDs directory.