Update collectd-gnocchi conf for DEFAULT_ARCHIVE_POLICY 79/53879/1
authorEmma Foley <emma.l.foley@intel.com>
Thu, 15 Mar 2018 13:01:15 +0000 (13:01 +0000)
committerEmma Foley <emma.l.foley@intel.com>
Thu, 15 Mar 2018 13:06:27 +0000 (13:06 +0000)
* Configure the DEFAULT_ARCHIVE_POLICY option.
* This will set the default archive policy to "high".

Change-Id: I42fefc0e9a79fe1032c42156a21f95a96ad2a4ad
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
plugins/barometer/roles/collectd/templates/collectd-gnocchi.conf.j2

index 79e2872..22dd796 100644 (file)
@@ -16,6 +16,8 @@
         # Batch size
         BATCH_SIZE "1"
 
+        DEFAULT_ARCHIVE_POLICY "high"
+
         # Service endpoint addresses
         OS_AUTH_URL "http://{{ internal_vip.ip }}:35357/v3/"