summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
m---------afb-helpers0
m---------app-controller-submodule0
m---------conf.d/app-templates0
-rw-r--r--conf.d/cmake/config.cmake2
5 files changed, 2 insertions, 2 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
-Subproject f5f1e251131b6dd54b8f7bb9a31a7ef6e231a94
+Subproject f9f7e1e3d394024484df41e3d97d6b8505810f3
diff --git a/app-controller-submodule b/app-controller-submodule
-Subproject 61c95f1a52d9c8144efc312d8c97dd1ccda8691
+Subproject 4a723022410de1a72b03a4901537af4e0d27397
diff --git a/conf.d/app-templates b/conf.d/app-templates
-Subproject 6621af007c13b12bb1d33d0edf75db600a42f74
+Subproject e400fb3543217ccd4e2b2a67b018bc947f09bd2
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