Hello everybody: First of all, I'll try to explain the situation: I've got 4 nodes. * CNode1 & CNode2: These are the execution nodes, running gmond. * CFrontend: It runs globus, condor and gmetad/gmond; its upstream is GTMaster * GTMaster: It runs Globus and Gridway, which needs to obtain stats about CFrontend.
CFrontend has it's Ganglia Information Provider configured. (I followed this "tutorial": http://www.mail-archive.com/gt-user@lists.globus.org/msg00750.html<http://www.mail-archive.com/gt-user@lists.globus.org/msg00750.html%20%20>). The information is published correctly. Here you can see part of the output of a query to DefaultIndexService @ CFrontend: * wsrf-query -s https://cfrontend.XXX.es:8443/wsrf/services/DefaultIndexService '/*' > <ns52:Host ns52:Name="CFrontend.XXX.es" ns52:UniqueID="CFrontend.XXX.es"> <ns52:Processor ns52:CacheL1="0" ns52:CacheL1D="0" ns52:CacheL1I="0" ns52:Cach$ <ns52:MainMemory ns52:RAMAvailable="32" ns52:RAMSize="256" ns52:VirtualAvailab$ <ns52:OperatingSystem ns52:Name="Linux" ns52:Release="2.6.26-2-xen-686"/> <ns52:Architecture ns52:SMPSize="1"/> <ns52:FileSystem ns52:AvailableSpace="15" ns52:Name="entire-system" ns52:ReadO$ <ns52:NetworkAdapter ns52:IPAddress="192.168.51.118" ns52:InboundIP="true" ns5$ <ns52:ProcessorLoad ns52:Last15Min="0" ns52:Last1Min="0" ns52:Last5Min="0"/> </ns52:Host>* Is it possible to also publish this information @ DefaultIndexService in GTMaster? At the moment, it just shows the following: <ns1:GLUECE xmlns:ns1="http://mds.globus.org/glue/ce/1.1"> <ns1:ComputingElement ns1:Name="default" ns1:UniqueID="default"> <ns1:Info ns1:GRAMVersion="4.2.1" ns1:HostName=" CFrontend.deusto.es"$ <ns1:State ns1:EstimatedResponseTime="0" ns1:FreeCPUs="0" ns1:Runnin$ <ns1:Policy ns1:MaxCPUTime="-1" ns1:MaxRunningJobs="-1" ns1:MaxTotal$ </ns1:ComputingElement> </ns1:GLUECE> Thanks in advance.