https://github.com/codelibs/empros-agent
https://github.com/codelibs/empros-agent
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codelibs/empros-agent
- Owner: codelibs
- Created: 2013-03-19T21:54:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T21:00:30.000Z (over 1 year ago)
- Last Synced: 2025-01-28T10:36:54.847Z (5 months ago)
- Language: Java
- Size: 7.5 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
empros-agent
=======## build
$ mvn clean package
## Settings
Necessary settings to use filewatcher.
* agent.properties
* backupAndRestore
* backupDirectory
* filewatcher.properties
* watchPath1
* emprosapi.properties
* emprosUrl/esHost## Install to Windows Service
1. Copy "target/empros-agent-{version}-SNAPSHOT-jar-with-dependencies.jar" to "package/empros-agent/bin/".
1. Copy "src/main/resources/*" to "package/empros-agent/conf/".
1. Execute "package/empros-agent/bin/service.bat"## scan mode
Scan all files under the directories that is specified scanPath1 in filescanner.ptoperties.
```
java -cp "./conf:empros-agent-x.x.x-jar-with-dependencies.jar" org.codelibs.empros.agent.Main scan
```