Tagging module Monitor - Monitor-1.0-14
authorStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 20 Feb 2009 21:34:26 +0000 (21:34 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 20 Feb 2009 21:34:26 +0000 (21:34 +0000)
updated printbadnodes.py to include diff_time()
changed eamils to use literal addresses not tech-* and pi-* aliases
updates to automation script to prevent false errors.

Monitor.spec
monitor-server.spec

index 8b3f5b8..243c85d 100644 (file)
@@ -6,7 +6,7 @@
 
 %define name monitor
 %define version 1.0
-%define taglevel 13
+%define taglevel 14
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -55,6 +55,11 @@ chkconfig --add monitor
 chkconfig monitor on
 
 %changelog
+* Fri Feb 20 2009 Stephen Soltesz <soltesz@cs.princeton.edu> - Monitor-1.0-14
+- updated printbadnodes.py to include diff_time()
+- changed eamils to use literal addresses not tech-* and pi-* aliases
+- updates to automation script to prevent false errors.
+
 * Tue Nov 04 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - Monitor-1.0-13
 - Fixed for email change in unified_model.py tweaks in others.
 
index 70c901e..7dd66e5 100644 (file)
@@ -6,7 +6,7 @@
 
 %define name monitor-server
 %define version 1.0
-%define taglevel 13
+%define taglevel 14
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 %global python_sitearch        %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" )
@@ -118,6 +118,11 @@ echo "Post processing"
 #chkconfig monitor-server on
 
 %changelog
+* Fri Feb 20 2009 Stephen Soltesz <soltesz@cs.princeton.edu> - Monitor-1.0-14
+- updated printbadnodes.py to include diff_time()
+- changed eamils to use literal addresses not tech-* and pi-* aliases
+- updates to automation script to prevent false errors.
+
 * Tue Nov 04 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - Monitor-1.0-13
 - Fixed for email change in unified_model.py tweaks in others.