summaryrefslogtreecommitdiffstats
path: root/puppet-barometer/templates
diff options
context:
space:
mode:
Diffstat (limited to 'puppet-barometer/templates')
-rw-r--r--puppet-barometer/templates/collectd-ceil.conf.erb1
-rw-r--r--puppet-barometer/templates/collectd-gnocchi.conf.erb1
-rw-r--r--puppet-barometer/templates/ovs_events.conf.erb2
3 files changed, 3 insertions, 1 deletions
diff --git a/puppet-barometer/templates/collectd-ceil.conf.erb b/puppet-barometer/templates/collectd-ceil.conf.erb
index b21accd1..7f3b9c03 100644
--- a/puppet-barometer/templates/collectd-ceil.conf.erb
+++ b/puppet-barometer/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/puppet-barometer/templates/collectd-gnocchi.conf.erb b/puppet-barometer/templates/collectd-gnocchi.conf.erb
index 71fec748..9ab06cda 100644
--- a/puppet-barometer/templates/collectd-gnocchi.conf.erb
+++ b/puppet-barometer/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"
diff --git a/puppet-barometer/templates/ovs_events.conf.erb b/puppet-barometer/templates/ovs_events.conf.erb
index d72e2004..24344ec4 100644
--- a/puppet-barometer/templates/ovs_events.conf.erb
+++ b/puppet-barometer/templates/ovs_events.conf.erb
@@ -5,7 +5,7 @@
Port 6640
Socket "/var/run/openvswitch/db.sock"
Interfaces "br0" "veth0"
- SendNotification false
+ SendNotification true
DispatchValues true
</Plugin>