diff options
author | Yifei Xue <xueyifei@huawei.com> | 2018-02-28 01:14:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-28 01:14:39 +0000 |
commit | 677a7338eb421cd4f1deba323434324663b227c8 (patch) | |
tree | 985225afe840f5189d283969e70366467b029a0e /plugins/barometer/roles/collectd/templates/default_plugins.conf.j2 | |
parent | 28219060534dbcd3baf87aea320cd35faf7e8d92 (diff) | |
parent | 216847183b7237361303768eea914f2d5c58fff8 (diff) |
Merge "Update Barometer plugin - follow-up patch"
Diffstat (limited to 'plugins/barometer/roles/collectd/templates/default_plugins.conf.j2')
-rw-r--r-- | plugins/barometer/roles/collectd/templates/default_plugins.conf.j2 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/barometer/roles/collectd/templates/default_plugins.conf.j2 b/plugins/barometer/roles/collectd/templates/default_plugins.conf.j2 index bd1850e6..a4d632a6 100644 --- a/plugins/barometer/roles/collectd/templates/default_plugins.conf.j2 +++ b/plugins/barometer/roles/collectd/templates/default_plugins.conf.j2 @@ -11,21 +11,21 @@ # 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. -#Hostname "" +Hostname "{{ inventory_hostname }}" LoadPlugin cpufreq LoadPlugin disk -#LoadPlugin ethstat -#LoadPlugin ipc -#LoadPlugin ipmi +LoadPlugin ethstat +LoadPlugin ipc +LoadPlugin ipmi LoadPlugin load LoadPlugin memory LoadPlugin numa LoadPlugin processes -#LoadPlugin df -#LoadPlugin turbostat -#LoadPlugin uptime -#LoadPlugin contextswitch +LoadPlugin df +LoadPlugin turbostat +LoadPlugin uptime +LoadPlugin contextswitch LoadPlugin irq LoadPlugin swap |