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

Florian Forster octo at verplant.org
Wed Oct 21 13:06:52 CEST 2009


 .gitignore                   |    3 +
 contrib/collectd-network.py  |  318 ------------------------------------------
 contrib/collectd-unixsock.py |  111 ---------------
 contrib/collectd_network.py  |  318 ++++++++++++++++++++++++++++++++++++++++++
 contrib/collectd_unixsock.py |  201 ++++++++++++++++++++++++++
 5 files changed, 522 insertions(+), 429 deletions(-)

New commits:
commit c1c52083b2a732269aa464c8ad0ce454cfbc01ce
Author: Garret Heaton <powdahound at gmail.com>
Date:   Sun Oct 18 15:34:13 2009 -0700

    contrib/collectd_unixsock.py: Support all plain text protocol commands
    
    Also rename class from Collect to Collectd and improve output when run
    as standalone script.

commit 821de017c1528a814451d6e60a69686ef52a9eed
Author: Garret Heaton <powdahound at gmail.com>
Date:   Sun Oct 18 14:19:26 2009 -0700

    contrib/collectd_unixsock.py: Follow Python PEP-8 syntax requirements.
    
    Also remove comment which seems to refer to a file outside of the
    collectd project.

commit e5f3dbb9086cdc9fc8e66ccb1865d0bcd8c0ddfc
Author: Garret Heaton <powdahound at gmail.com>
Date:   Sun Oct 18 14:09:26 2009 -0700

    gitignore: Ignore compiled python files

commit 2499ec300378f4c89ade915f8fae834d8ca3a25b
Author: Garret Heaton <powdahound at gmail.com>
Date:   Sun Oct 18 14:06:22 2009 -0700

    Replace dashes with underscores in python modules
    
    It's not possible to import python modules with dashes in the name.
    See http://bit.ly/2t7fcy for more information.




More information about the collectd-changes mailing list