Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/makhosi6/zen-state

a JSON server continuously that monitors and keeps track of the state of selected running processes.
https://github.com/makhosi6/zen-state

Last synced: 4 days ago
JSON representation

a JSON server continuously that monitors and keeps track of the state of selected running processes.

Awesome Lists containing this project

README

        

# zen-state

a JSON server continuously that monitors and keeps track of the state of selected running processes.

```bash
docker build --platform linux/amd64 -t makhosi/zenstate:latest -t makhosi/zenstate:1.2 .

docker run --name=zen_state_server -d -p 3033:3033 -v /var/lib/docker/volumes/zenstate/_data:/app --restart unless-stopped makhosi/zenstate:1.4

```