Re: [Ganglia-developers] disabling python plugins

2008-08-14 Thread Brad Nicholes
>>> On Tue, Aug 12, 2008 at 7:51 AM, in message <[EMAIL PROTECTED]>, Kostas Georgiou <[EMAIL PROTECTED]> wrote: > On Mon, Aug 11, 2008 at 12:08:29PM -0600, Brad Nicholes wrote: > >> Actually this issue really isn't that hard solve. The python >> capability is all implemented in the C module mod

Re: [Ganglia-developers] disabling python plugins

2008-08-12 Thread Kostas Georgiou
On Mon, Aug 11, 2008 at 12:08:29PM -0600, Brad Nicholes wrote: > Actually this issue really isn't that hard solve. The python > capability is all implemented in the C module mod_python. When > mod_python's init() function is called, it simply reads the python > module directory from it's configu

Re: [Ganglia-developers] disabling python plugins

2008-08-11 Thread Brad Nicholes
>>> On 8/9/2008 at 2:22 PM, in message <[EMAIL PROTECTED]>, Carlo Marcelo Arenas Belon <[EMAIL PROTECTED]> wrote: > On Mon, Aug 04, 2008 at 08:40:43PM +0100, Kostas Georgiou wrote: >> >> I've noticed that the python scripts are always initialized even if they >> don't have any metrics collected. >

Re: [Ganglia-developers] disabling python plugins

2008-08-09 Thread Carlo Marcelo Arenas Belon
On Mon, Aug 04, 2008 at 08:40:43PM +0100, Kostas Georgiou wrote: > > I've noticed that the python scripts are always initialized even if they > don't have any metrics collected. right, that is a bug as the only way to "disable" a python script currently is to rename it so it won't be found by gmo

[Ganglia-developers] disabling python plugins

2008-08-04 Thread Kostas Georgiou
Hi, I've noticed that the python scripts are always initialized even if they don't have any metrics collected. In most cases this isn't too bad (assuming module_init doesn't do anything too invasive) but for example tcpconn.py starts a thread running netstat that will keep running even if nobody c