diff options
author | Christian Pointner <equinox@spreadspace.org> | 2014-08-24 19:22:12 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2014-08-24 19:22:12 +0200 |
commit | 125e182b64bfe4ca5f449e7d09baff50dd5f7343 (patch) | |
tree | 3f9a76499ed68d3dccc519fd64f05c0b5afa38a9 /src/daq | |
parent | added inital flumotion RRD batch importer (diff) |
fixed output
Diffstat (limited to 'src/daq')
-rwxr-xr-x | src/daq/flumotion-rrd/flumotion-rrd.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/daq/flumotion-rrd/flumotion-rrd.py b/src/daq/flumotion-rrd/flumotion-rrd.py index 1d9c560..bd16a66 100755 --- a/src/daq/flumotion-rrd/flumotion-rrd.py +++ b/src/daq/flumotion-rrd/flumotion-rrd.py @@ -99,8 +99,11 @@ class FlumotionRRD(): def _socketReady(self): print 'SFive: connection to sfive hub established' self._sendInit() + # TODO: start data import self._sendDataset(17, 1214, 14214) + print 'SFive: sent %d datasets' % (1) + reactor.stop() def _sendInit(self): |