I am having a problem getting Ganglia to show a custom metric that I am
running on all my machines.  Gmetric seems to run properly and it
actually works on the machine that runs gmetad, however it doesnt work
on any of the other systems and they all seem to run the script fine.

Any ideas on what might be wrong?  All the gmond.confs are the same and
set up properly and the metric SEEMS to work on some of the hosts when i
run it while in debug mode, but not on all of them.

Thanks for any help.

Here is the metric....

CONNECTIONS=`netstat -atn | grep :80 | grep ESTABLISHED | wc | awk '{
print $1 }'`

gmetric -c239.2.11.71 -tuint32 -l$TTL -x180 -d300
-nwebserver_connections -v$CONNECTIONS


Reply via email to