From eb917917740abd33a46177b2f1f40a10a3ee1a20 Mon Sep 17 00:00:00 2001 From: Aimee Ukasick Date: Tue, 23 May 2017 17:51:49 -0500 Subject: Update ApiVersion to 5.1 to match current schema version. JIRA: VES-11 Change-Id: I9a492537759e6a7b9504af050764f91185e84ec4 Signed-off-by: Aimee Ukasick --- 3rd_party/collectd-ves-plugin/ves_plugin/ves_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '3rd_party') 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 -- cgit 1.2.3-korg