From 7c45caf669142db582cd124b40db1a43929036ce Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sun, 12 Mar 2017 21:31:37 +0100 Subject: [PATCH] TT#2450 Abolish collectd Change-Id: I88c88baf0f672bbc395f13ff27feabb87a412df7 --- ce/01_running-processes.yaml.tt2 | 4 ---- ce/07_system_service.yaml.tt2 | 4 ---- pro/01_running-processes.yaml.tt2 | 6 ------ pro/07_system_service.yaml.tt2 | 4 ---- 4 files changed, 18 deletions(-) diff --git a/ce/01_running-processes.yaml.tt2 b/ce/01_running-processes.yaml.tt2 index daf0cf5..ad2904b 100644 --- a/ce/01_running-processes.yaml.tt2 +++ b/ce/01_running-processes.yaml.tt2 @@ -28,10 +28,6 @@ process: running: true asterisk: running: true - collectd: - running: true - collectdmon: - running: true cron: running: true exim4: diff --git a/ce/07_system_service.yaml.tt2 b/ce/07_system_service.yaml.tt2 index 96fbe88..e5874df 100644 --- a/ce/07_system_service.yaml.tt2 +++ b/ce/07_system_service.yaml.tt2 @@ -7,10 +7,6 @@ service: enabled: true running: true - collectd: - enabled: true - running: true - cron: enabled: true running: true diff --git a/pro/01_running-processes.yaml.tt2 b/pro/01_running-processes.yaml.tt2 index 88dc9f5..d47ae2a 100644 --- a/pro/01_running-processes.yaml.tt2 +++ b/pro/01_running-processes.yaml.tt2 @@ -31,12 +31,6 @@ process: asterisk: running: true - collectd: - running: true - - collectdmon: - running: true - cron: running: true diff --git a/pro/07_system_service.yaml.tt2 b/pro/07_system_service.yaml.tt2 index c63085f..9610a07 100644 --- a/pro/07_system_service.yaml.tt2 +++ b/pro/07_system_service.yaml.tt2 @@ -39,10 +39,6 @@ service: running: true [% END -%] - collectd: - enabled: true - running: true - [% IF turnserver.enabled == 'yes' -%] coturn: enabled: false