]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
add crontab and sysctl output
authorAndrew Tridgell <tridge@samba.org>
Mon, 10 Sep 2007 01:27:07 +0000 (11:27 +1000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 10 Sep 2007 01:27:07 +0000 (11:27 +1000)
(This used to be ctdb commit b1b59f3294ee7a5ed6d685f373bf19d3152170fa)

ctdb/tools/ctdb_diagnostics

index 97e16cbc62d85b2fceef3fe2cc4149215db83e0e..98d0bf53a624d13c5b53797ec91c80c947fe8697 100755 (executable)
@@ -111,7 +111,7 @@ show_all "tail -100 /var/log/log.ctdb"
 
 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/lspci"
 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