From 4ad734a5aa2664e7af0cd758d03dcaf19b20c668 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 9 Oct 2014 18:45:07 +0200 Subject: the rrd plug is now optional --- templates/flumotion/default/http-stream.xml | 6 ++++++ templates/flumotion/default/http2-stream.xml | 8 ++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) (limited to 'templates/flumotion') diff --git a/templates/flumotion/default/http-stream.xml b/templates/flumotion/default/http-stream.xml index 561097a..3de894a 100644 --- a/templates/flumotion/default/http-stream.xml +++ b/templates/flumotion/default/http-stream.xml @@ -8,10 +8,16 @@ {{ component.feeder }} +%% if component.rrd_dir is defined +%% if component.rrd_clients is defined {{ component.rrd_clients }} +%% endif +%% if component.rrd_bytes is defined {{ component.rrd_bytes }} +%% endif +%% endif %% for name, value in component.properties.items() %% if name != 'samplerate' 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 @@ {{ '%s_rep' % (name) }} - +%% if component.rrd_dir is defined +%% if component.rrd_clients is defined {{ component.rrd_clients }} +%% endif +%% if component.rrd_bytes is defined {{ component.rrd_bytes }} +%% endif - +%% endif %% for name, value in component.properties.items() %% if name != 'samplerate' {{ value }} -- cgit v1.2.3