Index: trunk/server/doc/install-xen
===================================================================
--- trunk/server/doc/install-xen	(revision 1860)
+++ trunk/server/doc/install-xen	(revision 1861)
@@ -14,5 +14,5 @@
 
 # install useful utility packages
-    aptitude install htop ipmitool emacs23-nox vim memtest86 memtest86+ ntp ntpdate git
+    aptitude install htop ipmitool emacs23-nox vim memtest86 memtest86+ ntp ntpdate git smartmontools kpartx
     git config --global color.ui auto
 
@@ -54,6 +54,38 @@
     git clone -b squeeze ssh://scripts@scripts.mit.edu/mit/scripts/git/xen.git /etc/xen
 # copy conserver config (we need to version this)
+  aptitude install sudo conserver-{server,client}
 # setup conserver
-    cat /etc/conserver/console.cf # add the correct entires here
+  cat <<EOF > /etc/conserver/conserver.cf
+config * {
+	sslrequired no;
+}
+default full {
+	rw *;
+}
+default * {
+	logfile /var/log/conserver/&.log;
+	timestamp "1lab";
+	include full;
+	sslrequired no;
+	options reinitoncc;
+}
+default xen {
+        type exec;
+        exec sudo xm console f;
+        execsubst f=cs;
+}
+access * {
+	trusted 127.0.0.1;
+}
+EOF
     visudo # add conservr to sudoers list with:
         conservr ALL=(ALL) NOPASSWD: /usr/sbin/xm console *
+
+# setup munin and nagios  
+    aptitude install munin-node
+cat <<EOF >> /etc/munin/munin-node.conf
+allow ^18\.187\.1\.128$
+allow ^18\.181\.0\.65$
+allow ^18\.181\.0\.51$
+EOF
+
