blob: fa280ad94d145b5c4b6fae80d26fe37a8231b531 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Data Acquisition
================
This directory contains service/technology specific plugins which
acquire and transform data and push it to the hub.
Currently these plugins use the same protocol as defined doc/protocol.md
but send those data using unix sockets.
flumotion-plug
: a plug for http-streamer which gathers live data
flumotion-rrd
: a batch import for exisiting rrd data written by flumotion rrd plug
accesslog
: a batch or live importer for acceslog-based data (nginx, apache)
nginx-lua
: a live importer using nginx Lua module to get access log like information
|