From 5915029090f40bc7fbd1d2969d1e116c2655f811 Mon Sep 17 00:00:00 2001 From: cameronrich Date: Wed, 12 Jul 2006 08:57:34 +0000 Subject: [PATCH] health.sh tweak git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@21 9a5d90b5-6617-0410-8a86-bb477d3ed2e3 --- www/test_dir/health.sh | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/www/test_dir/health.sh b/www/test_dir/health.sh index 4a4cdfb41..f63013b14 100755 --- a/www/test_dir/health.sh +++ b/www/test_dir/health.sh @@ -3,19 +3,13 @@ echo "Content-type: text/html" echo -echo "" -echo "System Health" +echo "System Health" echo "

System Health for '`hostname`'

" -echo "

Processes

" -echo "" +echo "

Processes

" ps -ef | sed -e "s/\(.*\)/
\1<\/td><\/tr>/" -echo "
" -echo "

Free FileSystem Space

" -echo "" +echo "

Free FileSystem Space

" +echo "" df -h . | sed -e "s/\(.*\)/
\1<\/td><\/tr>/" -echo "
" - -echo "" - +echo ""