summaryrefslogtreecommitdiff
path: root/templates/flumotion/default/http2-stream.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/flumotion/default/http2-stream.xml')
-rw-r--r--templates/flumotion/default/http2-stream.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/flumotion/default/http2-stream.xml b/templates/flumotion/default/http2-stream.xml
index 74c881e..6e1e100 100644
--- a/templates/flumotion/default/http2-stream.xml
+++ b/templates/flumotion/default/http2-stream.xml
@@ -19,12 +19,16 @@
<eater name="default">
<feed alias="default">{{ '%s_rep' % (name) }}</feed>
</eater>
- <plugs>
+%% if component.rrd_dir is defined
<plug socket="flumotion.component.plugs.rrd.ComponentRRDPlug" type="component-rrd">
+%% if component.rrd_clients is defined
<property name="clients-connected-file">{{ component.rrd_clients }}</property>
+%% endif
+%% if component.rrd_bytes is defined
<property name="bytes-transferred-file">{{ component.rrd_bytes }}</property>
+%% endif
</plug>
- </plugs>
+%% endif
%% for name, value in component.properties.items()
%% if name != 'samplerate'
<property name="{{ name }}">{{ value }}</property>