Hi, We started a new project to identify issues/misconfigurations in Gluster nodes. This project is very young and not yet ready for Production use, Feedback on the existing reports and ideas for more Reports are welcome. This tool needs to run in every Gluster node to detect the local issues (Example: Parsing log files, checking disk space etc) in each Nodes. But some of the reports use Gluster CLI to identify the issues Which can be run in any one node.(For example `gluster-health-report --run-only glusterd-peer-disconnect`) # Install ??? sudo pip install gluster-health-report # Usage Run `gluster-health-report --help` for help ??? gluster-health-report Example output is available here https://github.com/aravindavk/gluster-health-report # Project Details - Issue page: https://github.com/gluster/glusterfs/issues/313 - Project page: https://github.com/aravindavk/gluster-health-report - Open new issue if you have new report suggestion or found issue with ? existing report https://github.com/aravindavk/gluster-health-report/issues -- regards Aravinda VK
Very nice! Thanks! On October 25, 2017 8:11:36 AM EDT, Aravinda <avishwan at redhat.com> wrote:>Hi, > >We started a new project to identify issues/misconfigurations in >Gluster nodes. This project is very young and not yet ready for >Production use, Feedback on the existing reports and ideas for more >Reports are welcome. > >This tool needs to run in every Gluster node to detect the local >issues (Example: Parsing log files, checking disk space etc) in each >Nodes. But some of the reports use Gluster CLI to identify the issues >Which can be run in any one node.(For example >`gluster-health-report --run-only glusterd-peer-disconnect`) > ># Install > > ??? sudo pip install gluster-health-report > ># Usage >Run `gluster-health-report --help` for help > > ??? gluster-health-report > >Example output is available here >https://github.com/aravindavk/gluster-health-report > ># Project Details >- Issue page: https://github.com/gluster/glusterfs/issues/313 >- Project page: https://github.com/aravindavk/gluster-health-report >- Open new issue if you have new report suggestion or found issue with > ? existing report >https://github.com/aravindavk/gluster-health-report/issues > >-- > >regards >Aravinda VK > >_______________________________________________ >Gluster-users mailing list >Gluster-users at gluster.org >http://lists.gluster.org/mailman/listinfo/gluster-users-- Sent from my Android device with K-9 Mail. All tyopes are thumb related and reflect authenticity. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20171025/818e9314/attachment.html>
Thanks Aravinda, mainly for making this easy to install with 'pip'. Would be easier for people to start using quickly. All, this is a step towards reducing the chatter about 'did you check that?' 'did you also check this, that and those parameters?'. Please start giving feedback, and also help us improve it by contributing ideas, suggestions and code. Going forward we are planning to make this project a part of gluster org in github. (https://github.com/gluster/). Soon we would like you to run these reports everyday once to make sure things are all in 'OK' status, mainly to prevent issues, instead of getting to debugging it after it happens. Regards, Amar On Wed, Oct 25, 2017 at 2:11 PM, Aravinda <avishwan at redhat.com> wrote:> Hi, > > We started a new project to identify issues/misconfigurations in > Gluster nodes. This project is very young and not yet ready for > Production use, Feedback on the existing reports and ideas for more > Reports are welcome. > > This tool needs to run in every Gluster node to detect the local > issues (Example: Parsing log files, checking disk space etc) in each > Nodes. But some of the reports use Gluster CLI to identify the issues > Which can be run in any one node.(For example > `gluster-health-report --run-only glusterd-peer-disconnect`) > > # Install > > sudo pip install gluster-health-report > > # Usage > Run `gluster-health-report --help` for help > > gluster-health-report > > Example output is available here https://github.com/aravindavk/ > gluster-health-report > > # Project Details > - Issue page: https://github.com/gluster/glusterfs/issues/313 > - Project page: https://github.com/aravindavk/gluster-health-report > - Open new issue if you have new report suggestion or found issue with > existing report https://github.com/aravindavk/ > gluster-health-report/issues > >> -- > > regards > Aravinda VK > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://lists.gluster.org/mailman/listinfo/gluster-users-- Amar Tumballi (amarts) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20171025/4bd74ca7/attachment.html>
Hi Aravinda, Very nice initiative, thank you very much! As as small recommendation it would be nice to have a "nagios/icinga" mode, maybe through a "-n" parameter which will do the health check and output the status ina nagios/icinga compatible format. As such this tool could be directly used by nagios for monitoring. Best, M.> -------- Original Message -------- > Subject: [Gluster-devel] Gluster Health Report tool > Local Time: October 25, 2017 2:11 PM > UTC Time: October 25, 2017 12:11 PM > From: avishwan at redhat.com > To: Gluster Devel <gluster-devel at gluster.org>, gluster-users <gluster-users at gluster.org> > > Hi, > > We started a new project to identify issues/misconfigurations in > Gluster nodes. This project is very young and not yet ready for > Production use, Feedback on the existing reports and ideas for more > Reports are welcome. > > This tool needs to run in every Gluster node to detect the local > issues (Example: Parsing log files, checking disk space etc) in each > Nodes. But some of the reports use Gluster CLI to identify the issues > Which can be run in any one node.(For example > gluster-health-report --run-only glusterd-peer-disconnect) > > Install > > sudo pip install gluster-health-report > > Usage > > Run gluster-health-report --help for help > > gluster-health-report > > Example output is available here > https://github.com/aravindavk/gluster-health-report > > Project Details > > - Issue page: https://github.com/gluster/glusterfs/issues/313 > > - Project page: https://github.com/aravindavk/gluster-health-report > > - Open new issue if you have new report suggestion or found issue with > existing report > https://github.com/aravindavk/gluster-health-report/issues > > -- > > regards > Aravinda VK > > --------------------------------------------------------------- > > Gluster-devel mailing list > Gluster-devel at gluster.org > http://lists.gluster.org/mailman/listinfo/gluster-devel-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20171025/3d03cce0/attachment.html>