Skip to content
This repository has been archived by the owner. It is now read-only.

Remove types.db #4

Closed
wants to merge 3 commits into from
Closed

Remove types.db #4

wants to merge 3 commits into from

Commits on Aug 26, 2011

  1. Delete types.db since it is no longer used

    @donjohnson checked this file in, but my changes made it less useful.
    Corry Haines
    Corry Haines committed Aug 26, 2011
  2. Add some forgotten documentation, rename stat

    Corry Haines
    Corry Haines committed Aug 26, 2011

Commits on Aug 30, 2011

  1. Add logic to handle message fragmentation

    Collectd had a bad habit of fragmenting messages. In short, it will
    send two POSTS that are meant to be handled together. In some cases,
    these POSTS will each contain part of a single line of data.
    
    This logic stores fragments for the next POST to put back together.
    It discards the fragment from the first POST because it sometimes is
    complete enough to parse and really mess up the DB.
    
    Fragmentation seems to be discoverable by looking for a lack of blank
    line at the end of the first POST.
    
    Example fragments:
    First POST, last line: PUTVAL host.example.com/disk-d
    Second POST, first line: m-0/disk_octets interval=10 1314724861:654568
    Corry Haines
    Corry Haines committed Aug 30, 2011
You can’t perform that action at this time.