An open API service indexing awesome lists of open source software.

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.

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
```