Rev 600: add crontab and sysctl output in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Mon Sep 10 01:27:08 GMT 2007


------------------------------------------------------------
revno: 600
revision-id: tridge at samba.org-20070910012707-2dez255dhr4l3s1v
parent: tridge at samba.org-20070905042034-5t2zjmaka903b1m9
committer: Andrew Tridgell <tridge at samba.org>
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



More information about the samba-cvs mailing list