aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith Robertson <kroberts@redhat.com>2011-11-09 15:05:00 -0500
committerKeith Robertson <kroberts@redhat.com>2011-11-09 15:05:00 -0500
commit9b08a42bf6a7b411c5b2cbadfbaeec1b9e49f315 (patch)
treed153a9dd38ad60c5a49925c3838e826dcc384509
parent144312b77dbe32d9225f3be20931f64a84412557 (diff)
downloadsos-9b08a42bf6a7b411c5b2cbadfbaeec1b9e49f315.tar.gz
New plugin for gluster.
-rw-r--r--sos/plugins/gluster.py21
1 files changed, 21 insertions, 0 deletions
diff --git a/sos/plugins/gluster.py b/sos/plugins/gluster.py
new file mode 100644
index 00000000..8fd20a5f
--- /dev/null
+++ b/sos/plugins/gluster.py
@@ -0,0 +1,21 @@
+### This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; either version 2 of the License, or
+## (at your option) any later version.
+
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## GNU General Public License for more details.
+
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+import sos.plugintools
+
+class gluster(sos.plugintools.PluginBase):
+ '''gluster related information'''
+
+ def setup(self):
+ self.addCopySpecs(["/etc/glusterd/", "/var/log/glusterfs/"])