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

Florian Forster octo at verplant.org
Sat Feb 28 12:19:36 CET 2009


 README                |    3 +
 configure.in          |    3 +
 src/Makefile.am       |    8 ++
 src/collectd.conf.pod |   33 +++++++
 src/common.c          |    2 +-
 src/common.h          |    2 +-
 src/protocols.c       |  248 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/types.db          |    1 +
 8 files changed, 298 insertions(+), 2 deletions(-)

New commits:
commit 15f09880316647c8887953acbeaf551f32a7e0a9
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Feb 28 12:12:54 2009 +0100

    protocols plugin: Add a plugin which collets protocol information.
    
    Currently a Linux only plugin. This plugin collects information about
    IP, TCP, UDP, etc.
    
    Thanks to Ulf Zimmermann for his (indirect) suggestion ;)




More information about the collectd-changes mailing list