An open API service indexing awesome lists of open source software.

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

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

![Gluster Health Report](./example_output_gluster_health_report.png)

## 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