[23999] in Source-Commits
/svn/athena r23608 - trunk/athena/etc/athinfod/debian
daemon@ATHENA.MIT.EDU (Evan Broder)
Thu Mar 12 20:10:17 2009
Date: Thu, 12 Mar 2009 20:10:06 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200903130010.n2D0A6xS011592@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-03-12 20:10:06 -0400 (Thu, 12 Mar 2009)
New Revision: 23608
Modified:
trunk/athena/etc/athinfod/debian/athinfo.defs
trunk/athena/etc/athinfod/debian/changelog
Log:
In athinfod:
* Add a reactivate.log query to access the instrumentation added in
debathena-reactivate 1.14
Modified: trunk/athena/etc/athinfod/debian/athinfo.defs
===================================================================
--- trunk/athena/etc/athinfod/debian/athinfo.defs 2009-03-13 00:07:20 UTC (rev 23607)
+++ trunk/athena/etc/athinfod/debian/athinfo.defs 2009-03-13 00:10:06 UTC (rev 23608)
@@ -19,6 +19,7 @@
clusterinfo test -r /var/run/athena-clusterinfo.csh && cat /var/run/athena-clusterinfo.csh
clusterinfo.bsh test -r /var/run/athena-clusterinfo.sh && cat /var/run/athena-clusterinfo.sh
update.log machtype -v -L | grep -q "debathena-cluster" && test -r /var/log/athena-update && cat /var/log/athena-update
+reactivate.log machtype -v -L | grep -q "debathena-cluster" && test -r /var/log/athena-reactivate && cat /var/log/athena-reactivate
date date
uptime uptime
partitions cat /proc/partitions
Modified: trunk/athena/etc/athinfod/debian/changelog
===================================================================
--- trunk/athena/etc/athinfod/debian/changelog 2009-03-13 00:07:20 UTC (rev 23607)
+++ trunk/athena/etc/athinfod/debian/changelog 2009-03-13 00:10:06 UTC (rev 23608)
@@ -1,3 +1,10 @@
+debathena-athinfod (10.0.0-0debathena8) unstable; urgency=low
+
+ * Add a reactivate.log query to access the instrumentation added in
+ debathena-reactivate 1.14
+
+ -- Evan Broder <broder@mit.edu> Thu, 12 Mar 2009 20:09:38 -0400
+
debathena-athinfod (10.0.0-0debathena7) unstable; urgency=low
* Add back the update.log query.