hearth icon indicating copy to clipboard operation
hearth copied to clipboard

Linux server monitoring via SSH 🔥📊

Results 8 hearth issues
Sort by recently updated
recently updated
newest added

Hello aheart, I wonder if it's possible to implement a ssh jumphost feature (in ssh config as ProxyJump) to connect through one ssh host to other hosts which are not...

I have found that Hearth works on OSX just great: ![image](https://user-images.githubusercontent.com/1269372/56085197-fc4b6800-5e47-11e9-9896-f885ea053f61.png) It would be good to have executable for Mac. It might be automated using Travis: https://docs.travis-ci.com/user/reference/osx/

help wanted
good first issue

Sparklines is abandoned and missing critical features. New Charts should be able to: - work with both X and Y axis data (support time/date) - display stacked data - render...

something like this should would improve UX for using multiple config files: ``` ./hearth --config my_config.toml ``` https://github.com/clap-rs/clap is a good candidate.

enhancement

Retrieving uptime and the number of CPUs should be moved out of SshClient https://github.com/aheart/hearth/blob/master/src/ssh.rs#L12-L13 The number of cpus can be extracted from /proc/stat

refactoring

To make it easier to see disk bottlenecks different colors can be used to represent the utilization similarly to Load Average. iostat can examined to find out how disk utilization...

Bumps the cargo group with 1 update: [serde_json](https://github.com/serde-rs/json). Updates `serde_json` from 1.0.114 to 1.0.115 Release notes Sourced from serde_json's releases. v1.0.115 Documentation improvements Commits b1ebf38 Release 1.0.115 c3dc153 Merge pull...

dependencies

Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26. Release notes Sourced from h2's releases. v0.3.26 What's Changed Limit number of CONTINUATION frames for misbehaving connections. See https://seanmonstar.com/blog/hyper-http2-continuation-flood/ for more info. v0.3.25 What's...

dependencies