Notice! This is all hackathon code (written while sleep deprived) and shouldn't be moved into production until it doesn't suck, and has some automated testing thrown in.
The aggregator will take data from wtmp files and the given windows log files
The aggregator will throw a PUT request at CouchDB with the following format
{
"os": "ubuntu",
"machine": "agentx",
"users": 3,
"timestamp": 1360218630
}