From 95791748350bc368ef53ac25ef03d8cbff8c4354 Mon Sep 17 00:00:00 2001 From: Sanjay Chari Date: Thu, 10 Mar 2022 10:08:51 +0530 Subject: [PATCH] Set start_stop_collectd to true by default This patch sets the value of start_stop_collectd to true by default. This would help in saving storage space by preventing collectd from running for too long. Change-Id: I737a8b254ebe70a7a7784d0aa7c0f5b832eca8e3 --- browbeat-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browbeat-config.yaml b/browbeat-config.yaml index 81eec34b2..115dda5d6 100644 --- a/browbeat-config.yaml +++ b/browbeat-config.yaml @@ -13,7 +13,7 @@ browbeat: # are running. Please install collectd by running the command # "cd ansible;ansible-playbook -i hosts.yml -vvv install/collectd.yml" before # setting this option to true. - start_stop_collectd: false + start_stop_collectd: true ansible: hosts: ansible/hosts.yml metadata_playbook: ansible/gather/stockpile.yml