X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pl_mom.spec;h=dca3c1e4b0acb58833ca21477e7fd19a6a2738ed;hb=4ec372bb4fd453df0987a6660a717538c25ff905;hp=ad7035a88f6f25e7c543a0e9bd6f363d11b40271;hpb=254323e542400e059bd67369fdacee6ae33f4b92;p=mom.git diff --git a/pl_mom.spec b/pl_mom.spec index ad7035a..dca3c1e 100644 --- a/pl_mom.spec +++ b/pl_mom.spec @@ -1,6 +1,6 @@ %define name pl_mom -%define version 0.4 -%define release 4%{?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,5 +107,19 @@ exit 0 %{_sysconfdir}/cron.d/pl_mom %changelog -* Mon Jul 10 2006 Faiyaz Ahmed -- bwlimit: Use cached values if NM stops responding +* 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 +- bwmon: Initialize default limits + +* Mon Jul 10 2006 Faiyaz Ahmed 0.4-4.planetlab +- bwmon: Use cached values if NM stops responding