ADASH Monitor is the interface used by ADASH Cli for monitoring. It works as a standalone UI5 application consuming services from a ADASH Services installed and set up at your(s) ABAP backend(s).
# with npm
git clone (https://github.com/xinitrc86/adash-monitor)
cd adash-monitor
npm install
npm run-script serve
...
Monitor
Watch
ADASH Cli will look for the following environment variables when not provided trough the cli.
ADASH_USERNAME
ADASH_PASSWORD
ADASH_HOST
ADASH_ENDPOINT
Any help or even suggestions are welcome. Specially on downporting the services as they currently relly on too many new syntax elements...anyone knows any abap transpiler? ;)