From 7234b8adf3627338e9f34e2ce0f31b7e8754628d Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 25 May 2018 14:28:43 +0200 Subject: Use latest version of submodules and update README Add "--name=afb-harvester" option to launch command that is now requested to be able to load right config.json file on a native host. Changes of afb-helpers: (f9f7e1e - Thierry Bultel) Fixed compilation warnings with gcc-7.2.0 (c0c40af - Sebastien Douheret) Fixed spelling Changes of conf.d/app-templates: (e400fb3 - Sebastien Douheret) Fixed spelling. Changes of app-controller-submodule: (4a72302 - Thierry Bultel) Fixed compilation warnings with gcc-7.2.0 (4b4a05d - Jonathan Aillet) Add an external field to CtlConfigT (a070489 - Romain Forlot) Make action item from a LUA action mandatory (dcc27f2 - Romain Forlot) Handle no prefix given (a68eba9 - Romain Forlot) Good usage of strncat and strncpy (2acfbf2 - Romain Forlot) Update to the new JSON syntax (d02408c - Romain Forlot) Detect failure at OnLoad action calls (fd225dd - Romain Forlot) Improve reliability and function calls (61c95f1 - Romain Forlot) Make action item from a LUA action mandatory (9e9fb2b - Romain Forlot) Handle no prefix given (eaa3ada - Romain Forlot) Good usage of strncat and strncpy (c973ff0 - Romain Forlot) Update to the new JSON syntax (3d971b4 - Romain Forlot) Detect failure at OnLoad action calls (3899ade - Romain Forlot) Improve reliability and function calls Change-Id: I04f58a0c4263de99d167266c6ca67cddfee3dca4 Signed-off-by: Sebastien Douheret --- README.md | 2 +- afb-helpers | 2 +- app-controller-submodule | 2 +- conf.d/app-templates | 2 +- conf.d/cmake/config.cmake | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7e45e4c..0cb3a7b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ sudo zypper in ./chronograf-1.4.4.2.x86_64.rpm Typical example to write in a TimeSeries DB from source project directory: ```bash -$ cd build/ && /opt/AGL/bin/afb-daemon --workdir=./package --name=afbd-harvester --ldpaths=lib --roothttp=. --tracereq=common --token=1 -vvv +$ cd build/ && /opt/AGL/bin/afb-daemon --workdir=./package --name=afb-harvester --ldpaths=lib --roothttp=. --tracereq=common --token=1 -vvv [...] $ afb-client-demo ws://localhost:1234/api?token=1 harvester auth diff --git a/afb-helpers b/afb-helpers index f5f1e25..f9f7e1e 160000 --- a/afb-helpers +++ b/afb-helpers @@ -1 +1 @@ -Subproject commit f5f1e251131b6dd54b8f7bb9a31a7ef6e231a947 +Subproject commit f9f7e1e3d394024484df41e3d97d6b8505810f36 diff --git a/app-controller-submodule b/app-controller-submodule index 61c95f1..4a72302 160000 --- a/app-controller-submodule +++ b/app-controller-submodule @@ -1 +1 @@ -Subproject commit 61c95f1a52d9c8144efc312d8c97dd1ccda86912 +Subproject commit 4a723022410de1a72b03a4901537af4e0d27397b diff --git a/conf.d/app-templates b/conf.d/app-templates index 6621af0..e400fb3 160000 --- a/conf.d/app-templates +++ b/conf.d/app-templates @@ -1 +1 @@ -Subproject commit 6621af007c13b12bb1d33d0edf75db600a42f742 +Subproject commit e400fb3543217ccd4e2b2a67b018bc947f09bd2c diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 41fa6f0..d131aca 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -193,7 +193,7 @@ set(AFB_REMPORT "1234" CACHE PATH "Default binder listening port") # Print a helper message when every thing is finished # ---------------------------------------------------- -set(CLOSING_MESSAGE "Typical binding launch: afb-daemon --port=${AFB_REMPORT} --workdir=${CMAKE_BINARY_DIR}/package --ldpaths=lib --roothttp=htdocs --token=\"${AFB_TOKEN}\" --tracereq=common --verbose") +set(CLOSING_MESSAGE "Typical binding launch: afb-daemon --port=${AFB_REMPORT} --workdir=${CMAKE_BINARY_DIR}/package --ldpaths=lib --roothttp=htdocs --token=\"${AFB_TOKEN}\" --tracereq=common --verbose --name=afb-harvester") set(PACKAGE_MESSAGE "Install widget file using in the target : afm-util install ${PROJECT_NAME}.wgt") # Optional schema validator about now only XML, LUA and JSON -- cgit 1.2.3-korg