# Elasticsearch 5.0 rc1 Monitoring reporting incorrect node names. All nodes with different ip named as master node

**URL:** https://discuss.elastic.co/t/elasticsearch-5-0-rc1-monitoring-reporting-incorrect-node-names-all-nodes-with-different-ip-named-as-master-node/62990
**Category:** Elasticsearch
**Created:** [October 13, 2016, 7:40pm UTC](https://discuss.elastic.co/t/elasticsearch-5-0-rc1-monitoring-reporting-incorrect-node-names-all-nodes-with-different-ip-named-as-master-node/62990 "2016-10-13T19:40:13Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ajay\_bh111](https://avatars.discourse-cdn.com/v4/letter/a/f08c70/32.png) [@ajay\_bh111](https://discuss.elastic.co/u/ajay_bh111)
#### Post date: [October 13, 2016, 7:40pm UTC](https://discuss.elastic.co/t/elasticsearch-5-0-rc1-monitoring-reporting-incorrect-node-names-all-nodes-with-different-ip-named-as-master-node/62990/1 "2016-10-13T19:40:13Z")

</div>

Setup :

Elasticsearch build 5.0 rc1 on Ubuntu 16.04 with separate monitoring cluster, JDK 1.8.0-102.  
When deploying separate cluster for monitoring, monitoring cluster nodes reports incorrect host name for different nodes. Ip addresses are different but host names are all same as master node of the cluster.  
Name Status CPU Usage JVM Memory Load Average Disk Free Space Shards  
es-tst-m01 0% 7% 0 9.6 GB 0  
10.236.133.172:9300 0% max 11% max 0.07 max 9.6 GB max

0% min 4% min 0.01 min 9.6 GB min

**es-tst-m01** 0% 7% 0 19.3 GB 0  
**10.236.133.188** :9300 0.33% max 11% max 0 max 19.3 GB max  
0.33% min 4% min 0 min 19.3 GB min  
**es-tst-m01** 0% 9% 0 97.2 GB 0  
**10.236.133.174** :9300 0% max 11% max 0.27 max 97.2 GB max  
0% min 6% min 0 min 97.2 GB min  
**es-tst-m01** 0% 6% 0 97.2 GB 0  
**10.236.133.178** :9300 0% max 13% max 0.05 max 97.2 GB max  
0% min 6% min 0 min 97.2 GB min  
**es-tst-m01** 0% 7% 0 9.6 GB 0  
**10.236.133.171** :9300 0% max 11% max 0.06 max 9.6 GB max

0% min 4% min 0.01 min 9.6 GB min

---

<div class="post-metadata">

### Author: ![tsullivan](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tsullivan/32/31077_2.png) [@tsullivan](https://discuss.elastic.co/u/tsullivan)
#### Post date: [October 13, 2016, 10:52pm UTC](https://discuss.elastic.co/t/elasticsearch-5-0-rc1-monitoring-reporting-incorrect-node-names-all-nodes-with-different-ip-named-as-master-node/62990/2 "2016-10-13T22:52:43Z")

</div>

Can you provide the output of

`curl -u username:password 'http://10.236.133.188:9200/_cat/nodes?v'`

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 1:40pm UTC](https://discuss.elastic.co/t/elasticsearch-5-0-rc1-monitoring-reporting-incorrect-node-names-all-nodes-with-different-ip-named-as-master-node/62990/3 "2017-07-06T13:40:20Z")

</div>


