[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'master'
    Florian Forster 
    octo at verplant.org
       
    Wed Jan 18 16:18:47 CET 2012
    
    
  
 .../org/collectd/java/GenericJMXConfValue.java     |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
New commits:
commit e770968a686963a3c8373cd6cd38b13964433029
Merge: da193ed 34e98f7
Author: Florian Forster <github at nospam.verplant.org>
Date:   Wed Jan 18 07:17:47 2012 -0800
    Merge pull request #16 from pyr/master
    
    GenericJMX plugin: Allow attribute to call operations.
commit 34e98f730536d6dda7cf3781dbd66ff1c27b5913
Author: Pierre-Yves Ritschard <pyr at spootnik.org>
Date:   Wed Jan 18 16:05:27 2012 +0100
    respect provided format
commit 389ce9b7b93da5a136f51d602722a6840e1e55ae
Author: Pierre-Yves Ritschard <pyr at spootnik.org>
Date:   Wed Jan 18 16:02:52 2012 +0100
    as per octo's request, provide details on nulls
commit ed4e3a66c88dca6f8f675bb37931bb785a10cdd2
Author: Pierre-Yves Ritschard <pyr at spootnik.org>
Date:   Wed Jan 18 13:57:11 2012 +0100
    Allow `Attribute` to query an MBean operation
    
    MBeans provide two entities to the outside world:
    
    * Attributes
    * Operations
    
    The former is a simple key/value lookup, while the latter
    triggers a method call and yields the result.
    
    Operations have signatures, they can be fed an array of
    parameters. For now, calls are triggered assuming
    there are no parameters. Later a separate keyword
    `Operation` can be introduced, taking a list of
    `Parameter` directives specifying type and values
    to feed to the MBean operation.
    
    
More information about the collectd-changes
mailing list