On Fri, 2007-03-02 at 07:33 -0800, Martin Knoblauch wrote: > Hi Matt, > > what was it doing in the first place? Seems we are not really missing > it.
that code was introduced by federico sacerdoti when he added the disk_* metrics. when i just read the fsusage code i realized that it is really adapter code to portably get filesystem info on Solaris, AIX, Linux, etc. since we only use the fsusage code in linux, it's not important any more. we can just make the system calls directly. thanks again to brad for that fix. > Cheers > Martin > > --- matt massie <[EMAIL PROTECTED]> wrote: > > > i've just committed brad's libmetric update to subversion. very nice > > patch indeed... very simple and removes a licensing conflict. > > > > i remember this conflict being part of earlier threads on this list. > > was it Stuart Teasdale who was monitoring ganglia for debian > > repositories? > > > > thanks brian for this patch! i'm reviewing the dso code your > > submitted > > as well. my initial impression is that we should setup an account > > for > > you to get direct svn access. :) > > > > On Wed, 2007-02-28 at 17:15 -0700, Brad Nicholes wrote: > > > Since fsusage.c is licensed under the GPL, the fact that this file > > is being linked into libmetrics causes a licensing issue for gmond. > > The attached patch removes the fsusage.c(.h) which relieves gmond of > > a licensing conflict between the GPL and BSD. > > > > > > Brad > > > > > > > > > > > > ------------------------------------------------------------------------- > > > Take Surveys. Earn Cash. Influence the Future of IT > > > Join SourceForge.net's Techsay panel and you'll get the chance to > > share your > > > opinions on IT & business topics through brief surveys-and earn > > cash > > > > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > _______________________________________________ Ganglia-developers > > mailing list [email protected] > > https://lists.sourceforge.net/lists/listinfo/ganglia-developers > > -- > > matt massie > > phone: 415.692.0828 x2843 > > fax: 415.278.0441 > > http://archrock.com/ > > > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to > > share your > > opinions on IT & business topics through brief surveys-and earn cash > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Ganglia-developers mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/ganglia-developers > > > > > > > ------------------------------------------------------ > Martin Knoblauch > email: k n o b i AT knobisoft DOT de > www: http://www.knobisoft.de > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Ganglia-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ganglia-developers -- matt massie phone: 415.692.0828 x2843 fax: 415.278.0441 http://archrock.com/
