* Wed Jul 19 2006 Faiyaz Ahmed <faiyaza@cs.princeton.edu> 0.4-7.planetlab
authorMark Huang <mlhuang@cs.princeton.edu>
Wed, 19 Jul 2006 19:04:06 +0000 (19:04 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Wed, 19 Jul 2006 19:04:06 +0000 (19:04 +0000)
- swapmon: Added state info so same reset email does not keep getting
  sent. If slice is already being killed, will wait for a timeout
  before trying to kill again.

pl_mom.spec

index f98a708..5ea1e72 100644 (file)
@@ -1,6 +1,6 @@
 %define name pl_mom
 %define version 0.4
-%define release 6%{?pldistro:.%{pldistro}}%{?date:.%{date}}
+%define release 7%{?pldistro:.%{pldistro}}%{?date:.%{date}}
  
 Summary: PlanetLab node monitoring tools
 Name: %{name}
@@ -104,8 +104,19 @@ exit 0
 %{_sysconfdir}/cron.d/pl_mom
 
 %changelog
+* Wed Jul 19 2006 Faiyaz Ahmed <faiyaza@cs.princeton.edu> 0.4-7.planetlab
+- swapmon: Added state info so same reset email does not keep getting
+  sent. If slice is already being killed, will wait for a timeout
+  before trying to kill again.
+
+* Mon Jul 17 2006 Faiyaz Ahmed <faiyaza@cs.princeton.edu> 0.4-6.planetlab
+- swapmon: Added state information per slice.  Slices are now killed
+  after consuming more memory than the threshold more than twice.
+  Also fixed the slice restart issue where slices would be restarted
+  and repeated restart emails would be sent.
+
 * Mon Jul 10 2006 Faiyaz Ahmed <faiyaza@cs.princeton.edu> 0.4-5.planetlab
-- bwlimit: Initialize default limits
+- bwmon: Initialize default limits
 
 * Mon Jul 10 2006 Faiyaz Ahmed <faiyaza@cs.princeton.edu> 0.4-4.planetlab
-- bwlimit: Use cached values if NM stops responding
+- bwmon: Use cached values if NM stops responding