Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zgbjgg/rehc
REHC: remote erlang host control
https://github.com/zgbjgg/rehc
erlang hosts remote-control
Last synced: about 2 months ago
JSON representation
REHC: remote erlang host control
- Host: GitHub
- URL: https://github.com/zgbjgg/rehc
- Owner: zgbjgg
- License: other
- Created: 2012-05-31T21:00:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-04T20:20:46.000Z (almost 11 years ago)
- Last Synced: 2023-03-28T00:09:53.883Z (almost 2 years ago)
- Topics: erlang, hosts, remote-control
- Language: Erlang
- Homepage: https://github.com/zgbjgg/rehc
- Size: 892 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
rehc
====rehc is an application that provides:
-monitor for apps on remote host ().
-statistics about cpu usage, memory consumption and disk space.
-API web for view info about remote hosts.
-Real time statistics via websockets.
-Notifications by email when apps are down or critical usage (cpu, memory and disk).
-Backup your remote mnesia nodes
downloading and installing
====Download rehc from the git repo
git clone https://github.com/jorgegarrido/rehc
Let's into rehc directorycd rehc
Now like unix/linux applications, install normally by:./configure && make && make install
The REHC Fast Track
====Here you can find info about configuration and how to start with rehc: [The REHC Fast Track](https://github.com/jorgegarrido/rehc/wiki/The-REHC-Fast-Track)
Web Based API
====rehc provides a based web API to retrive info about remote hosts, visit: [Web Based API](https://github.com/jorgegarrido/rehc/wiki/Web-Based-API)
Author
====Jorge Garrido
LICENSE
====THIS SOFTWARE IS LICENSED UNDER BSD LICENSE. see LICENSE.txt for more info