Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xinitrc86/adash-monitor
ADASH Monitor is a front end presentation layer of ADASH ABAP Unit Dashboard
https://github.com/xinitrc86/adash-monitor
Last synced: 21 days ago
JSON representation
ADASH Monitor is a front end presentation layer of ADASH ABAP Unit Dashboard
- Host: GitHub
- URL: https://github.com/xinitrc86/adash-monitor
- Owner: xinitrc86
- License: mit
- Created: 2020-06-10T09:46:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-25T15:46:56.000Z (over 1 year ago)
- Last Synced: 2024-11-27T19:09:15.808Z (about 1 month ago)
- Language: JavaScript
- Size: 2.17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ADASH Monitor
ADASH Monitor is the interface used by [ADASH Cli](https://github.com/xinitrc86/adash-cli) for monitoring. It works as a standalone UI5 application consuming services from a [ADASH Services](https://github.com/xinitrc86/adash-services) installed and set up at your(s) ABAP backend(s).
## Install
```bash
# with npm
git clone (https://github.com/xinitrc86/adash-monitor)
cd adash-monitor
npm install```
## Usage
```bash
npm run-script serve
...```
**Monitor**![Monitor](https://raw.githubusercontent.com/xinitrc86/adash-cli/master/doc/images/monitor.gif)
**Watch**
![Watch](https://raw.githubusercontent.com/xinitrc86/adash-cli/master/doc/images/watch.gif)
## Environment variables
ADASH Cli will look for the following environment variables when not provided trough the cli.
ADASH_USERNAME
ADASH_PASSWORD
ADASH_HOST
ADASH_ENDPOINT
### Help/Contribution
## Help Needed!
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? ;)