[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'

Florian Forster octo at verplant.org
Tue Nov 6 19:46:44 CET 2007


 src/collectd.conf.pod |   23 ++++++
 src/libvirtstats.c    |  174 +++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 152 insertions(+), 45 deletions(-)

New commits:
commit a2323a2c71d25f60a8ffe73b5dc7bf04fca51a7c
Author: Richard Jones <rjones at redhat.com>
Date:   Tue Nov 6 19:46:29 2007 +0100

    libvirtstats plugin: Add the `HostnameFormat' option.
    
    This is something I missed out of the previous patch: I want a way to log
    guests using their UUID instead of their name (more useful for us because of
    the migration and other issues outlined before).
    
    This adds:
    
       <Plugin libvirtstats>
         HostnameFormat "uuid"
       </Plugin>
    
    to let us do that. You can do other things as well such as:
    
       HostnameFormat "name uuid"
    
    to get "foo:1234-1234-1234-1234" as the hostname.
    
    Rich.




More information about the collectd-changes mailing list