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"

        #for kw,args in cfgdata:

        #    if self.kwHandlers.has_key(kw):

        #        self.kwHandlers[kw](args)




This was causing the following error.

NoneType is not iteratable..


On Thu, Jul 31, 2014 at 4:48 PM, Mayank Gupta <mayan...@gmail.com> wrote:

> This is the same gmetad.conf that I was using with vanilla gmetad.
>
>
> On Thu, Jul 31, 2014 at 4:38 PM, Mayank Gupta <mayan...@gmail.com> 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, 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 vanila gmetad.
>>
>>
>> On Thu, Jul 31, 2014 at 4:30 PM, Vladimir Vuksan <vli...@veus.hr> wrote:
>>
>>>  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 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 the values
>>> as NAN
>>>
>>>  --------------
>>>
>>> INFO     Error updating rrd /ngs5/app/test/ganglia/rrds/it/metric.rrd
>>> - /ngs5/app/test/ganglia/rrds/it/metric.rrd  illegal attempt to update
>>> using time 1406847119 when last update time is 1406847119 (minimum one
>>> second step)
>>>
>>> i
>>>
>>>  This is coming for all the metrics and for all the servers.
>>>
>>>  Please let me know if I am doing something real wrong.
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Infragistics Professional
>>> Build stunning WinForms apps today!
>>> Reboot your WinForms applications with our WinForms controls.
>>> Build a bridge from your legacy apps to the 
>>> future.http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
>>>
>>>
>>>
>>> _______________________________________________
>>> Ganglia-developers mailing 
>>> listGanglia-developers@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/ganglia-developers
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Infragistics Professional
>>> Build stunning WinForms apps today!
>>> Reboot your WinForms applications with our WinForms controls.
>>> Build a bridge from your legacy apps to the future.
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Ganglia-developers mailing list
>>> Ganglia-developers@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/ganglia-developers
>>>
>>>
>>
>
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to