diff options
author | ramamani yeleswarapu <ramamani.yeleswarapu@intel.com> | 2018-02-23 15:14:09 -0800 |
---|---|---|
committer | ramamani yeleswarapu <ramamani.yeleswarapu@intel.com> | 2018-02-23 15:20:34 -0800 |
commit | 216847183b7237361303768eea914f2d5c58fff8 (patch) | |
tree | 7dbc98eae14d40002beab718a18ef2e065322c4f /plugins/barometer/roles/collectd/templates/rrdtool.conf.j2 | |
parent | cfafdfa4bad20b380e542e6b2d4e240b2a931097 (diff) |
Update Barometer plugin - follow-up patch
Modifies/updates the following:
- Adds Hostname and enables all plugins in default_plugins
- Adds rrdtool conf template
- Adds a check to enable ExtraStats in virt conf
only when rdt is not available.
Change-Id: I7af7d86fadcaa0ccf3ba2b67d58c37e37ba84a73
Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
Diffstat (limited to 'plugins/barometer/roles/collectd/templates/rrdtool.conf.j2')
-rw-r--r-- | plugins/barometer/roles/collectd/templates/rrdtool.conf.j2 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/barometer/roles/collectd/templates/rrdtool.conf.j2 b/plugins/barometer/roles/collectd/templates/rrdtool.conf.j2 new file mode 100644 index 00000000..50bd6603 --- /dev/null +++ b/plugins/barometer/roles/collectd/templates/rrdtool.conf.j2 @@ -0,0 +1,21 @@ +# Copyright 2017-18 OPNFV +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +Loadplugin rrdtool + +<Plugin rrdtool> + DataDir "/tmp/collectd/rrd" + CacheFlush 120 + WritesPerSecond 50 +</Plugin> + |