Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/makhosi6/zen-state
- Owner: makhosi6
- License: mit
- Created: 2023-06-30T17:02:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-30T19:34:22.000Z (over 1 year ago)
- Last Synced: 2024-11-08T20:12:03.433Z (about 2 months ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```