https://github.com/ysmood/machine-watcher
A tool for watching the state of a remote machine
https://github.com/ysmood/machine-watcher
Last synced: 6 months ago
JSON representation
A tool for watching the state of a remote machine
- Host: GitHub
- URL: https://github.com/ysmood/machine-watcher
- Owner: ysmood
- Created: 2013-10-20T10:10:45.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-03T18:18:32.000Z (about 12 years ago)
- Last Synced: 2025-05-12T13:56:27.874Z (8 months ago)
- Language: CoffeeScript
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
A tool for watching the state of a remote machine.
Please read the `config.coffee` file before starting the server or client.
# Setup
npm run-script setup
# Start / Stop Server
kit/ctrl.sh start server
kit/ctrl.sh stop server
# Start / Stop Client
kit/ctrl.sh start client
kit/ctrl.sh stop client