[Ganglia-developers] boottime and uptime (the saga continues)

2009-07-17 Thread Ken Teague
Hello, I apologize to bother you all with this issue, but it seems to have stumped those in the ganglia-general mailing list, so I'm hoping the developers could help me out. I'm using Ganglia v3.0.3 on openSUSE 10.3 which came pre-configured on a Microway cluster. It's slightly modified to

Re: [Ganglia-developers] boottime and uptime (the saga continues)

2009-07-17 Thread Ken Teague
I can use gmetric to feed the information to gmond and have it show the correct uptime: snip ./gmetric --name=boottime --value=`grep btime /proc/stat | awk '{ print $2 }'` --type=uint8 snip However, when I do this, boottime disappears, but uptime is correct so long as I do not restart gmond.