https://github.com/jmonkeyengine/jmonkeyengine-webservices-healthmonitor
A simple health monitor for jme web services. | Mirror of https://github.com/riccardobl/jme-healthmonitor - Please report issues to the original repo.
https://github.com/jmonkeyengine/jmonkeyengine-webservices-healthmonitor
Last synced: 12 months ago
JSON representation
A simple health monitor for jme web services. | Mirror of https://github.com/riccardobl/jme-healthmonitor - Please report issues to the original repo.
- Host: GitHub
- URL: https://github.com/jmonkeyengine/jmonkeyengine-webservices-healthmonitor
- Owner: jMonkeyEngine
- License: bsd-3-clause
- Created: 2020-10-26T09:28:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-07T07:12:22.000Z (almost 4 years ago)
- Last Synced: 2024-05-22T23:27:00.740Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/riccardobl/jme-healthmonitor
- Size: 11.7 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JME HealthMonitor
A simple health monitor for jme services.
## Build
```console
docker build -t jme-healthmonitor .
```
## Run
```console
docker run \
-d \
--restart=always \
--name="jme-healthmonitor" \
--read-only \
-v $PWD/config.json:/app/config.json:ro \
-p 8080:8080 \
--tmpfs /tmp \
jme-healthmonitor
```