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