summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)AuthorFilesLines
2019-08-01Allow to set host+port using params in config.jsonsandbox/SebD/wipSebastien Douheret1-0/+5
Default influxDB host and port can now be set using params field of plugins section of harvester-config.json file. For example : "plugins": [ { "uid": "influxdb", "info": "Plugins that handle influxdb read and write", "libs": "influxdb.ctlso", "params": { "host": "localhost", "port": 8086 } } ], Change-Id: Iff0fffe1d0883304413d887986991a207b840aa7 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2019-07-03Fix spellinghalibut_8.0.6halibut_8.0.5halibut_8.0.4halibut_8.0.3halibut_8.0.2halibut_8.0.1halibut_8.0.0halibut_7.99.3halibut/8.0.6halibut/8.0.5halibut/8.0.4halibut/8.0.3halibut/8.0.2halibut/8.0.1halibut/8.0.0halibut/7.99.38.0.68.0.58.0.48.0.38.0.28.0.18.0.07.99.3halibutSebastien Douheret1-0/+1
Bug-AGL: SPEC-2597 Change-Id: I6a707a58e36d3eb1379dd00f2da03186da456491 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2019-06-27Fix strings serializationhalibut_7.99.2halibut/7.99.27.99.2Sebastien Douheret1-2/+8
Also update and improve influxdb install instructions in README.md. Bug-AGL: SPEC-2578 Change-Id: I3a009efb2c1deed72635fbe18f586bddf14ddedb Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-07-10Use latest version of submodules and update READMESebastien Douheret1-1/+1
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 <sebastien.douheret@iot.bzh>
2018-07-10Update READMESebastien Douheret1-9/+40
Change-Id: Iac523214e776b8f3e7bf7479a3774c46c84df398 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-07-10Added a quickstart READMERomain Forlot1-0/+67
Change-Id: I75097671a20e20817a95ec6b857f78c91f93d3b1 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>