https://github.com/kit-data-manager/monitoring4nep
Appender for monitoring access used by NFFA Europe Pilot.
https://github.com/kit-data-manager/monitoring4nep
Last synced: about 1 year ago
JSON representation
Appender for monitoring access used by NFFA Europe Pilot.
- Host: GitHub
- URL: https://github.com/kit-data-manager/monitoring4nep
- Owner: kit-data-manager
- License: apache-2.0
- Created: 2022-03-08T08:15:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T13:38:16.000Z (almost 4 years ago)
- Last Synced: 2025-02-06T02:51:19.947Z (over 1 year ago)
- Language: Java
- Size: 79.1 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Monitoring for NEP
[](https://github.com/kit-data-manager/monitoring4nep/actions/workflows/gradle.yml)
[](https://github.com/kit-data-manager/monitoring4nep/actions/workflows/codeql-analysis.yml)

Enable monitoring for NEP via logging appender.
## Installation
1. [Install MetaStore repository](https://github.com/kit-data-manager/metastore2#installation)
2. Build library
3. Copy library to subfolder 'lib' of MetaStore installation directory.
4. Add 'logback-spring.xml' to MetaStore installation directory.
### Installation
#### Clone repository
First of all you'll have to clone this repository:
```
user@localhost:/home/user/$ git clone https://github.com/kit-data-manager/monitoring4nep.git
Clone to 'monitoring4nep'
[...]
user@localhost:/home/user/$ cd monitoring4nep
user@localhost:/home/user/monitoring4nep$
```
#### Build library
Now you'll have to build the library.
```
user@localhost:/home/user/monitoring4nep$ ./gradlew clean build
[...]
user@localhost:/home/user/monitoring4nep$
```
The library should be available in folder 'build/libs'.
#### Customize settings
To customize settings please edit 'logback-spring.xml'.
You have to change at least the values for
- nepServiceUrl (line 18)
- virtualServiceId (line 19)
## More Information
* [Information about KIT Data Manager 2](https://github.com/kit-data-manager/base-repo)
* [REST Documentation MetaStore2](https://github.com/kit-data-manager/metastore2/blob/master/restDocu.md)
## License
The MetaStore2 is licensed under the Apache License, Version 2.0.