X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pl_mom.spec;h=dca3c1e4b0acb58833ca21477e7fd19a6a2738ed;hb=4ec372bb4fd453df0987a6660a717538c25ff905;hp=085cd3f1b96d2e0882a3efc3aee2150b5d612863;hpb=e3596f867e7b4500ac42dacb6d08beb6b2b4a9e8;p=mom.git diff --git a/pl_mom.spec b/pl_mom.spec index 085cd3f..dca3c1e 100644 --- a/pl_mom.spec +++ b/pl_mom.spec @@ -1,6 +1,6 @@ %define name pl_mom -%define version 0.4 -%define release 5%{?pldistro:.%{pldistro}}%{?date:.%{date}} +%define version 0.5 +%define release 8%{?pldistro:.%{pldistro}}%{?date:.%{date}} Summary: PlanetLab node monitoring tools Name: %{name} @@ -55,6 +55,9 @@ install -D -m 755 swapmon.init $RPM_BUILD_ROOT/%{_initrddir}/swapmon # Cleanup script install -D -m 755 pl_mop.sh $RPM_BUILD_ROOT/usr/local/planetlab/bin/pl_mop.sh +# Tests and restarts NM +install -D -m 755 nm_mop.sh $RPM_BUILD_ROOT/usr/local/planetlab/bin/nm_mop.sh + # Runs pl_mop and bwmon periodically install -D -m 644 pl_mom.cron $RPM_BUILD_ROOT/%{_sysconfdir}/cron.d/pl_mom @@ -104,8 +107,19 @@ exit 0 %{_sysconfdir}/cron.d/pl_mom %changelog +* Wed Jul 19 2006 Faiyaz Ahmed 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 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 0.4-5.planetlab -- bwlimit: Initialize default limits +- bwmon: Initialize default limits * Mon Jul 10 2006 Faiyaz Ahmed 0.4-4.planetlab -- bwlimit: Use cached values if NM stops responding +- bwmon: Use cached values if NM stops responding