summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-11-29 18:31:14 +0100
committerChristian Pointner <equinox@spreadspace.org>2014-11-29 18:31:14 +0100
commitaed1acb01ec404d1b4e14eda47b2ab5131069443 (patch)
treec70f263f444c04bf36e55379c2c166627769c4eb /src
parentsfive vs. s5 (diff)
fixed hostname for sfive plug
Diffstat (limited to 'src')
-rwxr-xr-xsrc/flufigut.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flufigut.py b/src/flufigut.py
index 83e1220..25e86ac 100755
--- a/src/flufigut.py
+++ b/src/flufigut.py
@@ -416,7 +416,7 @@ if output_format == 'flumotion':
flow['streamer'][name]['plugs']['sfive']['socket'] = globals['stats']['sfive']['socket']
flow['streamer'][name]['plugs']['sfive']['duration'] = globals['stats']['sfive']['duration']
flow['streamer'][name]['plugs']['sfive']['tags'] = globals['stats']['sfive']['tags']
- flow['streamer'][name]['plugs']['sfive']['hostname'] = '%s-%s%i' % (stream[cluster]['type'], cluster, idx+1)
+ flow['streamer'][name]['plugs']['sfive']['hostname'] = '%s%i' % (cluster, idx+1)
flow['streamer'][name]['plugs']['sfive']['content-id'] = mux_name
flow['streamer'][name]['plugs']['sfive']['format'] = format
flow['streamer'][name]['plugs']['sfive']['quality'] = profile