Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed error handling for log cleanup thread | Christian Pointner | 2014-10-17 | 1 | -3/+3 | |
| | ||||||
* | sfive nginx-lua plugin works now | Christian Pointner | 2014-10-17 | 3 | -16/+58 | |
| | ||||||
* | log data expires now | Christian Pointner | 2014-10-17 | 2 | -18/+53 | |
| | ||||||
* | nginx-lua now stores log data into shared dict | Christian Pointner | 2014-10-17 | 3 | -16/+124 | |
| | ||||||
* | added 'Z' after each timestamp to state it's UTC | Christian Pointner | 2014-10-16 | 3 | -4/+6 | |
| | | | | flumotion-rrd now rounds client_cnt and bytes_sent and imports them as integers | |||||
* | added prepare script for go get | Christian Pointner | 2014-10-16 | 2 | -1/+6 | |
| | | | | set sqlite db path to something more flexible... | |||||
* | add testing shell scripts | Markus Grüneis | 2014-10-16 | 3 | -0/+10 | |
| | ||||||
* | create debug version of sfive-hub | Markus Grüneis | 2014-10-16 | 1 | -2/+11 | |
| | ||||||
* | add mini server for unix-pipes | Markus Grüneis | 2014-10-16 | 1 | -0/+77 | |
| | ||||||
* | fix json conversion interface | Markus Grüneis | 2014-10-16 | 2 | -8/+12 | |
| | | | | | | - return partial data on conversion error in StatefulDecoder, to be in line with PlainDecoder and golang convention - add err as return value for NewStatefulDecoder | |||||
* | fix, refactor s5store | Markus Grüneis | 2014-10-16 | 1 | -24/+96 | |
| | | | | | | - only insert new tags - only insert new sources - split .Append into smaller parts | |||||
* | added nginx-lua plugin | Christian Pointner | 2014-10-16 | 2 | -1/+56 | |
| | ||||||
* | workaround init raise condition | Christian Pointner | 2014-10-15 | 1 | -1/+1 | |
| | ||||||
* | seconds are enough | Christian Pointner | 2014-10-15 | 1 | -4/+4 | |
| | ||||||
* | improved sfive plug | Christian Pointner | 2014-10-14 | 1 | -4/+4 | |
| | ||||||
* | fixed flumotion plug - start-time | Christian Pointner | 2014-10-14 | 1 | -1/+3 | |
| | ||||||
* | renamed daq plugins | Christian Pointner | 2014-10-14 | 3 | -0/+0 | |
| | ||||||
* | Merge branch 'master' of gitspread:sfive | Christian Pointner | 2014-10-14 | 5 | -53/+361 | |
|\ | ||||||
| * | add parts of delusional data store | Markus Grüneis | 2014-10-13 | 3 | -40/+250 | |
| | | ||||||
| * | add db (gorp) initialization | Markus Grüneis | 2014-10-13 | 2 | -20/+80 | |
| | | ||||||
| * | fix data conversion and tests | Markus Grüneis | 2014-10-13 | 3 | -32/+70 | |
| | | ||||||
* | | now also list of clients gets reported | Christian Pointner | 2014-10-14 | 1 | -3/+7 | |
| | | | | | | | | starttime vs. endtime | |||||
* | | moved to dict for client data | Christian Pointner | 2014-10-14 | 1 | -3/+8 | |
| | | ||||||
* | | cmd vs method | Christian Pointner | 2014-10-14 | 1 | -3/+3 | |
| | | ||||||
* | | sendData now uses new ClientList directly | Christian Pointner | 2014-10-14 | 1 | -5/+5 | |
| | | ||||||
* | | moved client hash to own class | Christian Pointner | 2014-10-14 | 1 | -22/+38 | |
|/ | ||||||
* | aggregated stats work now | Christian Pointner | 2014-10-13 | 1 | -8/+13 | |
| | ||||||
* | client aggregation works now - still counting all files | Christian Pointner | 2014-10-13 | 1 | -12/+17 | |
| | ||||||
* | send data works now (no aggregation yet) | Christian Pointner | 2014-10-12 | 1 | -12/+40 | |
| | ||||||
* | shorter expression | Christian Pointner | 2014-10-12 | 1 | -6/+1 | |
| | ||||||
* | added switch for live mode | Christian Pointner | 2014-10-12 | 1 | -7/+15 | |
| | ||||||
* | also allow stdin as logfile | Christian Pointner | 2014-10-12 | 1 | -2/+3 | |
| | ||||||
* | parsing data from log lines works now | Christian Pointner | 2014-10-12 | 1 | -11/+26 | |
| | ||||||
* | log line regex works | Christian Pointner | 2014-10-12 | 1 | -1/+56 | |
| | ||||||
* | improved error handling | Christian Pointner | 2014-10-12 | 2 | -31/+41 | |
| | ||||||
* | open log file | Christian Pointner | 2014-10-12 | 1 | -6/+10 | |
| | ||||||
* | added inital version for accesslog importer | Christian Pointner | 2014-10-12 | 1 | -0/+184 | |
| | ||||||
* | cleanups | Christian Pointner | 2014-10-12 | 1 | -24/+25 | |
| | ||||||
* | fixed lost messages for batch importer | Christian Pointner | 2014-10-12 | 1 | -6/+33 | |
| | ||||||
* | renamed flumotion rrd importer, fixed dataset cnt | Christian Pointner | 2014-10-12 | 1 | -1/+1 | |
| | ||||||
* | added a check for simplejson existance | Christian Pointner | 2014-10-11 | 1 | -1/+21 | |
| | ||||||
* | changed iso timeformat Z vs T | Christian Pointner | 2014-10-01 | 2 | -3/+3 | |
| | ||||||
* | add sfive-hub project scaffolding | Markus Grüneis | 2014-09-30 | 7 | -3/+203 | |
| | ||||||
* | create hub's project structure | Markus Grüneis | 2014-09-30 | 3 | -4/+19 | |
| | ||||||
* | rrd importer works now | Christian Pointner | 2014-08-25 | 1 | -10/+44 | |
| | ||||||
* | added rrdtool | Christian Pointner | 2014-08-25 | 1 | -2/+11 | |
| | ||||||
* | cleaned importer | Christian Pointner | 2014-08-24 | 1 | -2/+2 | |
| | ||||||
* | added argparser for RRD importer | Christian Pointner | 2014-08-24 | 1 | -10/+23 | |
| | ||||||
* | some cleanup | Christian Pointner | 2014-08-24 | 1 | -6/+4 | |
| | ||||||
* | fixed output | Christian Pointner | 2014-08-24 | 1 | -0/+3 | |
| |