https://github.com/aheart/hearth
Linux server monitoring via SSH 🔥📊
https://github.com/aheart/hearth
actix actix-web metrics monitoring rust
Last synced: 15 days ago
JSON representation
Linux server monitoring via SSH 🔥📊
- Host: GitHub
- URL: https://github.com/aheart/hearth
- Owner: aheart
- License: apache-2.0
- Created: 2018-07-01T18:04:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-05T10:18:22.000Z (20 days ago)
- Last Synced: 2025-05-05T11:31:52.251Z (20 days ago)
- Topics: actix, actix-web, metrics, monitoring, rust
- Language: Rust
- Homepage:
- Size: 2.64 MB
- Stars: 94
- Watchers: 5
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
Hearth
------
Hearth is an SSH based real-time linux server monitoring solution.[](https://travis-ci.com/aheart/hearth)
[](https://coveralls.io/github/aheart/hearth?branch=master)It is particularly useful if you:
* are monitoring 2-15 servers
* don't want to (or can't) install monitoring software on each server
* don't care about historical data (>30 minutes)
* want to make the charts available to a number of people via a Web UIPre-built binaries are available for [linux](https://github.com/aheart/hearth/releases).
### Features
Examine health and load patterns via a number of metrics across a small cluster.For demo purposes all the charts on the screenshot below are showing data for the same machine under different hostnames.
##### CPU
##### Memory
##### Disk
##### Network
##### Load Average
##### Disk Space
### Setup
1. [Download](https://github.com/aheart/hearth/releases) and extract Hearth
2. Adjust **config.toml** to your needs.
3. Run the hearth binary and navigate your browser to the ip/port configured in **config.toml**.### Limitations
* Data can only be retrieved via SSH.
* Only a single network interface can be monitored per server.
* Only a single disk can be monitored per server.
* Current UI only works well on wide screens# License
This project is licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
http://opensource.org/licenses/MIT)at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.