Re: [Ganglia-developers] Issues with python-gmetad

2014-07-31 Thread Mayank Gupta
One more thing I forgot to mention, I had commented following method contents def _parseConfig(self, cfgdata): '''This method overrides the plugin base class method. It is used to parse the plugin specific configuration directives.''' #print "in parseconfig"

Re: [Ganglia-developers] Issues with python-gmetad

2014-07-31 Thread Mayank Gupta
This is the same gmetad.conf that I was using with vanilla gmetad. On Thu, Jul 31, 2014 at 4:38 PM, Mayank Gupta wrote: > all_trusted on > > data_source "it" 127.0.0.1:8649 > > setuid_username "myuser" > > rrd_rootdir "/tmp/" > > case_sensitive_hostnames 1 > > I am using just one data source, a

Re: [Ganglia-developers] Issues with python-gmetad

2014-07-31 Thread Mayank Gupta
all_trusted on data_source "it" 127.0.0.1:8649 setuid_username "myuser" rrd_rootdir "/tmp/" case_sensitive_hostnames 1 I am using just one data source, and I have just one gmond instance running on this machine... Also do I need to run the rrdcached on this machine, that I use to run with van

Re: [Ganglia-developers] Issues with python-gmetad

2014-07-31 Thread Vladimir Vuksan
What is your gmetad.conf. I suspect you have gmonds from the same cluster on separate data_source lines. Vladimir On 07/31/2014 07:21 PM, Mayank Gupta wrote: Hi All, I am trying to move from gmetad to python-gmetad

[Ganglia-developers] Issues with python-gmetad

2014-07-31 Thread Mayank Gupta
Hi All, I am trying to move from gmetad to python-gmetad with keeping gmond and other components of Ganglia as is. I am able to successfully install and run gmetad but when I try to use the plugins rrd_plugin.py rrd_summary_plugin.py I get following error in the logs and my rrd files have all t