diff options
author | Aimee Ukasick <aimeeu.opensource@gmail.com> | 2017-05-23 17:51:49 -0500 |
---|---|---|
committer | Aimee Ukasick <aimeeu.opensource@gmail.com> | 2017-05-24 07:40:44 -0500 |
commit | eb917917740abd33a46177b2f1f40a10a3ee1a20 (patch) | |
tree | b99ec7673b53373682b45a45f57b6c5c5ff3aa4d /3rd_party/collectd-ves-plugin/ves_plugin | |
parent | 9e260ddd301915ee0417d7676170534b79ad2ad6 (diff) |
Update ApiVersion to 5.1 to match current schema version.
JIRA: VES-11
Change-Id: I9a492537759e6a7b9504af050764f91185e84ec4
Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
Diffstat (limited to '3rd_party/collectd-ves-plugin/ves_plugin')
-rw-r--r-- | 3rd_party/collectd-ves-plugin/ves_plugin/ves_plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rd_party/collectd-ves-plugin/ves_plugin/ves_plugin.py b/3rd_party/collectd-ves-plugin/ves_plugin/ves_plugin.py index 1ab8f679..3f0a069f 100644 --- a/3rd_party/collectd-ves-plugin/ves_plugin/ves_plugin.py +++ b/3rd_party/collectd-ves-plugin/ves_plugin/ves_plugin.py @@ -251,7 +251,7 @@ class VESPlugin(object): 'SendEventInterval' : 20.0, 'FunctionalRole' : 'Collectd VES Agent', 'GuestRunning' : False, - 'ApiVersion' : 1.0 + 'ApiVersion' : 5.1 } self.__host_name = None self.__ves_timer = None |