summaryrefslogtreecommitdiff
path: root/etc/ceilometer/polling.yaml
diff options
context:
space:
mode:
authorgord chung <gord@live.ca>2016-11-30 16:53:08 +0000
committergordon chung <gord@live.ca>2017-02-01 01:39:56 +0000
commit89995280927d495042f342e8a0a520fa4775c515 (patch)
tree3edc4c3674869300496c7121f0d6e5fa4439a507 /etc/ceilometer/polling.yaml
parentf7869899768f9f74e888e25793b93d28297dcced (diff)
downloadceilometer-89995280927d495042f342e8a0a520fa4775c515.tar.gz
polling definition file
add support for polling specific definition file. this splits the existing polling specific options out of pipeline.yaml as transformations only exists on notifcation agent and polling interval/discovery only exists on polling agents. backward compatibility is maintained so pipeline.yaml file from previous releases can still be passed in as polling definition file. Change-Id: I206566349f98d6b17336cd5ea36ceb1e304dd90c
Diffstat (limited to 'etc/ceilometer/polling.yaml')
-rw-r--r--etc/ceilometer/polling.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/ceilometer/polling.yaml b/etc/ceilometer/polling.yaml
new file mode 100644
index 00000000..518edbe9
--- /dev/null
+++ b/etc/ceilometer/polling.yaml
@@ -0,0 +1,6 @@
+---
+sources:
+ - name: all_pollsters
+ interval: 600
+ meters:
+ - "*"