https://github.com/gluster/gluster-health-report
Gluster Health Report Tool
https://github.com/gluster/gluster-health-report
Last synced: about 1 year ago
JSON representation
Gluster Health Report Tool
- Host: GitHub
- URL: https://github.com/gluster/gluster-health-report
- Owner: gluster
- License: lgpl-3.0
- Created: 2017-09-20T11:42:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-21T18:46:48.000Z (over 5 years ago)
- Last Synced: 2025-06-07T21:44:24.814Z (about 1 year ago)
- Language: Python
- Size: 135 KB
- Stars: 23
- Watchers: 11
- Forks: 20
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Gluster Health Report Tool
Use this tool to analyze the Gluster node for correctness or health.
**NOTE**: This project's goal is not to improve 'monitoring' capabilities
of Gluster, but to make sure we don't miss analyzing something important
when an issue happens. Also recommend it to be run daily if some one
doesn't have any other monitoring setup, but not more frequent than that.
## Contributing
To contribute reports, please see [CONTRIBUTING](CONTRIBUTING.md).
## Install
pip install gluster-health-report
## Usage
gluster-health-report
or run `gluster-health-report --help` for more details.
## Example Output

## TODO
- [ ] Execute report functions in parallel
- [ ] Add configuration for `reports-dir`
- [ ] Support for multiple profiles like "cluster-reports", "node-reports" etc
- [ ] Add more reports
- [X] Add support for bash reports