Hi
I use ganglia 3.0.1 and want to monitor 8 nodes on my grid cluster without 
monitoring servers. I tried with several settings of gmetad but no 
configuration works. Nodes have addresses from 147.91.83.201 to 147.91.83.208. 
(wn01.phy.bg.ac.yu - wn08.phy.bg.ac.yu). Server with gmetad and web interface 
is on 147.91.83.200 (paradox.phy.bg.ac.yu). All of them are on same switch. On 
server I put in gmond.conf:

cluster {
  name = "Servers"
}

udp_send_channel {
  mcast_join = 239.2.11.71
  port = 8649
}

udp_recv_channel {
  mcast_join = 239.2.11.71
  port = 8649
  bind = 239.2.11.71
}

tcp_accept_channel {
  port = 8649
}

The same configuration is on nodes just with:

cluster {
  name = "AEGIS01-PHY-SCL"
}

I tried few configuration on gmetad:

If I set:

data_source "Servers" paradox.phy.bg.ac.yu 

In Servers group I see all nodes including server on web interface. The same is 
for:

data_source "Servers" localhost

For:

data_source "AEGIS01-PHY-SCL" 147.91.83.201 147.91.83.202 147.91.83.203 
147.91.83.204 147.91.83.205 147.91.83.206 147.91.83.
207 147.91.83.208

(all in one line) I see only wn01  (147.91.83.201) in AEGIS01-PHY-SCL group.

How can I set gmetad to se anly wn01-wn08. I also want to add some other 
servers in Server group. They are on same switch and have also have 
147.91.83.xxx addresses.

-----
Branimir Ackovic
E-mail: [EMAIL PROTECTED]
Web: http://scl.phy.bg.ac.yu/

Phone: +381 11 3160260, Ext. 152
Fax: +381 11 3162190

Scientific Computing Laboratory
Institute of Physics, Belgrade
Serbia and Montenegro
-----

Reply via email to