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

Florian Forster octo at verplant.org
Sat Sep 1 15:39:42 CEST 2007


 src/netlink.c |  187 +++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 127 insertions(+), 60 deletions(-)

New commits:
commit facabb58bdc697a16df73e8f783ec359c3f0cd85
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Sep 1 15:39:38 2007 +0200

    netlink plugin: Fix several issues, including the collection of classes and filters.
    
    When requesting qdiscs for ifindex == 0 you get the qdiscs of all interfaces.
    The same doesn't work for classes and filters.
    This commit changes the behavior to iterate over a list of interfaces and
    request qdiscs, classes and filters for each interface seperately. The
    ignorelist is checked before sending a request to avoid unnecessary requests.
    
    Newlines have been removed from error messages.




More information about the collectd-changes mailing list