On Thu, May 22, 2008 at 02:22:43PM -0700, Steven A. DuChene wrote:
> 
> Traceback (most recent call last):
>   File "./gmetad.py", line 43, in ?
>     from gmetad_gmondReader import GmondReader
>   File 
> "/usr/local/drive_sata/src/ganglia-svn-05212008/gmetad-python/test/gmetad_gmondReader.py",
>  line 40, in ?
>     from gmetad_config import GmetadConfig, getConfig
>   File 
> "/usr/local/drive_sata/src/ganglia-svn-05212008/gmetad-python/test/gmetad_config.py",
>  line 46, in ?
>     class GmetadConfig:
>   File 
> "/usr/local/drive_sata/src/ganglia-svn-05212008/gmetad-python/test/gmetad_config.py",
>  line 69, in GmetadConfig
>     _cfgDefaults = {
> NameError: name 'RRD_ROOTDIR' is not defined

sadly that was broken when the modular architecture was added, as having that
defined will only make sense if using the RRD module for storage.

Committed revision 1362

beware that you will also need to use a custom configuration file (like the
one available in that directory after configured) and instead of the one from
your current 3.1 gmetad.

it worked (sorta) for me when using in the last version :

  ./gmetad.py -c gmetad.conf -d 5

Carlo

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to