Update ApiVersion to 5.1 to match current schema version. 45/35245/3
authorAimee Ukasick <aimeeu.opensource@gmail.com>
Tue, 23 May 2017 22:51:49 +0000 (17:51 -0500)
committerAimee Ukasick <aimeeu.opensource@gmail.com>
Wed, 24 May 2017 12:40:44 +0000 (07:40 -0500)
JIRA: VES-11

Change-Id: I9a492537759e6a7b9504af050764f91185e84ec4
Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
3rd_party/collectd-ves-plugin/ves_plugin/ves_plugin.py

index 1ab8f67..3f0a069 100644 (file)
@@ -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