diff options
author | Aaron Smith <aasmith@redhat.com> | 2017-12-01 18:17:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-01 18:17:19 +0000 |
commit | 5db64f8811b062d37ef6181fc69f503924f6ff6b (patch) | |
tree | 682c6c0a7ed9914d379596da56c35801f1215ec0 /3rd_party/collectd-ves-app/ves_app/guest.yaml | |
parent | 7ec62849783cae0ad9ee9c7a25fc274a75a05575 (diff) | |
parent | d9a6714a3acfcc133936eb1933b83c4fcc828ca6 (diff) |
Merge "VES YAML: Add node VES message definition"
Diffstat (limited to '3rd_party/collectd-ves-app/ves_app/guest.yaml')
-rw-r--r-- | 3rd_party/collectd-ves-app/ves_app/guest.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/3rd_party/collectd-ves-app/ves_app/guest.yaml b/3rd_party/collectd-ves-app/ves_app/guest.yaml index c26bd08c..0f48b5e2 100644 --- a/3rd_party/collectd-ves-app/ves_app/guest.yaml +++ b/3rd_party/collectd-ves-app/ves_app/guest.yaml @@ -223,6 +223,7 @@ Host Measurements: !Measurements plugin_instance: "{vl.plugin_instance}" type: disk_io_time ds_name: io_time + - DEFAULT: 0 diskMergedReadLast: !ValueItem - SELECT: plugin: disk @@ -243,12 +244,14 @@ Host Measurements: !Measurements plugin_instance: "{vl.plugin_instance}" type: disk_time ds_name: read + - DEFAULT: 0 diskTimeWriteLast: !ValueItem - SELECT: plugin: disk plugin_instance: "{vl.plugin_instance}" type: disk_time ds_name: write + - DEFAULT: 0 - SELECT: plugin: memory type_instance: free |