diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-23 21:55:48 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-23 21:55:48 +0200 |
commit | de0a0595316d15c0cb639816fc3c0413541a49d5 (patch) | |
tree | 77b797fa5099f59beb4355677431997090517a5f /README.md | |
parent | 38f2492a94d42f2c45d76f81928a94d0184457b1 (diff) |
Added sample for synchronous control request and update documentation
to support monitoring.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -19,6 +19,11 @@ Controler AAAA(AGL Advance Audio Controler) and more. - Dependencies: the only dependencies are audio-common for JSON-WRAP and Filescan-utils capabilities. - Controler relies on Lua-5.3, when not needed Lua might be removed at compilation time. +## Monitoring + - Default test HTML page expect monitoring HTML page to be accessible from /monitoring for this to work you should + * place monitoring HTML pages in a well known location eg: $HOME/opt/monitoring + * start your binder with the alias option e.g. afb-daemon --port=1234 --alias=/monitoring:/home/fulup/opt/afb-monitoring --ldpaths=. --workdir=. --roothttp=../htdocs + ## Config Configuration is loaded dynamically during startup time. The controller scans CONTROL_CONFIG_PATH for a file corresponding to pattern |