diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/collectd-ceil.conf.erb | 1 | ||||
-rw-r--r-- | templates/collectd-gnocchi.conf.erb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/collectd-ceil.conf.erb b/templates/collectd-ceil.conf.erb index b21accd..7f3b9c0 100644 --- a/templates/collectd-ceil.conf.erb +++ b/templates/collectd-ceil.conf.erb @@ -30,6 +30,7 @@ # Batch size BATCH_SIZE "1" + DEFAULT_ARCHIVE_POLICY "high" # Service endpoint addresses OS_AUTH_URL "<%=@auth_url-%>/v3" diff --git a/templates/collectd-gnocchi.conf.erb b/templates/collectd-gnocchi.conf.erb index 71fec74..9ab06cd 100644 --- a/templates/collectd-gnocchi.conf.erb +++ b/templates/collectd-gnocchi.conf.erb @@ -16,6 +16,7 @@ # Batch size BATCH_SIZE "1" + DEFAULT_ARCHIVE_POLICY "high" # Service endpoint addresses OS_AUTH_URL "<%=@auth_url-%>/v3" |