------------------------------------------------------------
revno: 600
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Andrew Tridgell <[EMAIL PROTECTED]>
branch nick: tridge
timestamp: Mon 2007-09-10 11:27:07 +1000
message:
  add crontab and sysctl output
modified:
  tools/ctdb_diagnostics         
ctdb_diagnostics-20070905041904-9d9r1qnt1j9qiwiz-1
=== modified file 'tools/ctdb_diagnostics'
--- a/tools/ctdb_diagnostics    2007-09-05 04:20:34 +0000
+++ b/tools/ctdb_diagnostics    2007-09-10 01:27:07 +0000
@@ -111,7 +111,7 @@
 
 cat <<EOF
 --------------------------------------------------------------------
-Showing filesystem and process status
+Showing system and process status
 EOF
 show_all "df; df -i; mount"
 show_all uptime
@@ -121,6 +121,8 @@
 show_all "/sbin/ifconfig -a"
 show_all "/sbin/ip addr list"
 show_all "/sbin/route -n"
+show_all "crontab -l"
+show_all "sysctl -a"
 
 [ -d /usr/lpp/mmfs ] && {
 cat <<EOF

Reply via email to