aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--handlers/sys.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/sys.in b/handlers/sys.in
index ae86f17..1d47977 100644
--- a/handlers/sys.in
+++ b/handlers/sys.in
@@ -303,7 +303,7 @@ STATUS="Checking available memory:"
catifexec "/usr/bin/free"
STATUS="Checking free disk space:"
-catifexec "/bin/df" "-al"
+catifexec "/bin/df" "-al --exclude-type=tmpfs"
STATUS="Collecting what services run at what run level:"
if [ $os = "redhat" ]; then