Update collectd-gnocchi conf for DEFAULT_ARCHIVE_POLICY 69/53869/1
authorEmma Foley <emma.l.foley@intel.com>
Thu, 15 Mar 2018 10:35:46 +0000 (10:35 +0000)
committerEmma Foley <emma.l.foley@intel.com>
Thu, 15 Mar 2018 10:37:19 +0000 (10:37 +0000)
* Configure the DEFAULT_ARCHIVE_POLICY option.
* This will set the default archive policy to "high".

Change-Id: I6dd88da0dc0eec96c1c472ae97c0db2395a3fb0e
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
puppet-barometer/templates/collectd-ceil.conf.erb
puppet-barometer/templates/collectd-gnocchi.conf.erb

index b21accd..7f3b9c0 100644 (file)
@@ -30,6 +30,7 @@
         # Batch size
         BATCH_SIZE "1"
 
+        DEFAULT_ARCHIVE_POLICY "high"
         # Service endpoint addresses
         OS_AUTH_URL "<%=@auth_url-%>/v3"
 
index 71fec74..9ab06cd 100644 (file)
@@ -16,6 +16,7 @@
         # Batch size
         BATCH_SIZE "1"
 
+        DEFAULT_ARCHIVE_POLICY "high"
         # Service endpoint addresses
         OS_AUTH_URL "<%=@auth_url-%>/v3"