A dead simple REmote SYStem MoniTOR
This is ReSysTor, a dead simple REmote SYStem moniTOR!
ReSysTor is a lightweight, easy-to-use remote system monitoring tool designed to provide you with real-time insights into your system's performance.
Clone the repository:
git clone https://github.com/Owbird/ReSysTor.git
cd ReSysTor
Install dependencies:
go mod download
Build the project:
make build
ReSysTor can be configured using a resystor.toml
file located in your user configuration directory. The configuration file allows you to customize various aspects of ReSysTor’s behavior.
Example configuration (resystor.toml
):
name = "Hostname"
interval = 5 # Polling interval of 5s
To start monitoring, simply run:
./resystor
Access the local web interface at http://localhost:3000
.
Access the remote web interface at the Localtunnel url generated.
We welcome contributions! Please fork the repository and create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.