summaryrefslogtreecommitdiffstats
path: root/plugins/check_cluster_vol_usage.py
Commit message (Collapse)AuthorAgeFilesLines
* server-plugins: Corrected cluster utilization when volume stoppedSahina Bose2014-05-291-13/+26
| | | | | | | | | | Corrected the message returned by plugin when all volumes in cluster are stopped Change-Id: Ie5e0fbbb10fa7d2787a82e1caa7ca86e8c7010a3 Bug-Url: https://bugzilla.redhat.com/1096730 Signed-off-by: Sahina Bose <sabose@redhat.com> Reviewed-on: http://review.gluster.org/7780
* Server-addons: Fix for issue in cluster utilization help option.ndarshan2014-04-291-2/+2
| | | | | | | | | This patch fixes the issue with -h(help) option for the cluster utilization plugin. Change-Id: Ide120c741d668188e2e270a509c20e9e109f11b9 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1082834 Signed-off-by: ndarshan <dnarayan@redhat.com>
* fixing the issue in cluster utilization plug-inRamesh Nachimuthu2014-04-291-1/+1
| | | | | | | | | | Removed the extra \n and changed the volume utilization pattern to 'Volume Utilization -' Change-Id: I12dd3ba6c85a6ec5e4c05af03602fe581188bb5c Signed-off-by: Ramesh Nachimuthu <rnachimu@redhat.com> Reviewed-on: https://code.engineering.redhat.com/gerrit/22562 Reviewed-by: Kanagaraj Mayilsamy <kmayilsa@redhat.com>
* plugins: Fixed issue with cluster util pluginSahina Bose2014-04-291-12/+15
| | | | | | | | | | Fixed an issue with cluster utilization plugin Also refactored code Change-Id: I7a86d9311ddf302dab93cb4aa8e5f57a5f868ec0 Signed-off-by: Sahina Bose <sabose@redhat.com> Reviewed-on: https://code.engineering.redhat.com/gerrit/21996 Reviewed-by: Shubhendu Tripathi <shtripat@redhat.com>
* fix: Fix for pep8 error and import issueRamesh Nachimuthu2014-04-291-3/+2
| | | | | | | Change-Id: I32ab9dc0c3971c3b6bbbdaeec5c9e9087485b077 Signed-off-by: Ramesh Nachimuthu <rnachimu@redhat.com> Reviewed-on: https://cuckoo.blr.redhat.com:8443/54 Reviewed-by: Sahina Bose <sabose@redhat.com>
* plugins: Plugin to check the cluster utilizationSahina Bose2014-04-291-0/+105
This plugin sums up the volume utilization outputs in a cluster Added a utils livestatus for common code related to mk_livestatus Added constants for livestatussocket path Change-Id: Id665ad3aaa1140e54c831d721ee874421ae84fa3 Signed-off-by: Sahina Bose <sabose@redhat.com> Reviewed-on: https://cuckoo.blr.redhat.com:8443/10 Reviewed-by: Bala FA <barumuga@redhat.com>