Hi

I have tried to install ganglia in my amd64-cluster, but I don't know what else I can do. I have read all the documentation I have found, but I cannot find the cause of the problem I have come across:

gmond seems to work correctly (the debug_level=10 makes it show a lot of information which makes me think it does); but when I start gmetad (with debug_level=10) it returns...

[EMAIL PROTECTED] ~ # gmetad
Going to run as user nobody
Sources are ...
Source: [boadicea05, step 15] has 1 sources
      192.168.5.250
xml listening on port 8651
interactive xml listening on port 8652
cleanup thread has been started
Data thread 114696 is monitoring [boadicea05] data source
      192.168.5.250
[boadicea05] is an OLD version
hash_create size = 1024
hash->size is 1031
hash_create size = 50
hash->size is 53
[boadicea05] is an OLD version
[boadicea05] is an OLD version
[boadicea05] is an OLD version
...

Obviously, boadicea05 is the cluster name. My gmod.conf is:

globals {
setuid = yes
user = nobody
debug_level = 10
cleanup_threshold = 300 /*secs */
}
cluster {
name = "boadicea05"
}
udp_send_channel {
host = 192.168.5.250
port = 8649
}
tcp_accept_channel {
port = 8649
}
collection_group {
......


And the gmetad.conf is:

debug_level 10
data_source "boadicea05" nodo00



I am beginning to get crazy since I don't understand where is the mistake...it seems to me as if gmond and gmetad where different and uncompatible versions....but both are installed from the same package, 3.0.2 (I have tried other versions with the same result).

Any help may very appreciated. Thanks in advanced,

C.M.

Reply via email to