Re: [Ganglia-general] Debugging Gmond Python Metric Module

2008-08-13 Thread Sid Stuart
After fixing a tabbing bug in your cacheHits() function, everything loaded fine and the callback function was called as it should be. The callback didn't actually work on my system, but that is a different problem. Make sure that you don't have any python syntax errors in your module.

Re: [Ganglia-general] Debugging Gmond Python Metric Module

2008-08-13 Thread Brad Nicholes
On 8/13/2008 at 10:42 AM, in message [EMAIL PROTECTED], Sid Stuart [EMAIL PROTECTED] wrote: After fixing a tabbing bug in your cacheHits() function, everything loaded fine and the callback function was called as it should be. The callback didn't actually work on my system, but that is a

Re: [Ganglia-general] Debugging Gmond Python Metric Module

2008-08-13 Thread Bernard Li
Hi Sid: On Wed, Aug 13, 2008 at 9:42 AM, Sid Stuart [EMAIL PROTECTED] wrote: Thanks for going to all the effort. I think the tabbing bug was inserted by cut and paste as the cacheHits() function works on my system. I am beginning to believe the problem is with running any Python Metric