aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/postgresql.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/postgresql.py b/sos/plugins/postgresql.py
index 78b03fef..1698b62f 100644
--- a/sos/plugins/postgresql.py
+++ b/sos/plugins/postgresql.py
@@ -74,6 +74,7 @@ class PostgreSQL(Plugin):
def setup(self):
self.do_pg_dump()
+ self.add_cmd_output("du -sh %s" % self.get_option('pghome'))
class RedHatPostgreSQL(PostgreSQL, SCLPlugin):