X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pl_mom.spec;h=bfb5e22fbb9d38932671d98bc20bfc194e273be1;hb=08464b09cea81b330971685b2d283f95a671fa73;hp=ad7035a88f6f25e7c543a0e9bd6f363d11b40271;hpb=254323e542400e059bd67369fdacee6ae33f4b92;p=mom.git diff --git a/pl_mom.spec b/pl_mom.spec index ad7035a..bfb5e22 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_mom.py $RPM_BUILD_ROOT/%{_datadir}/%{name}/nm_mom.py + # Runs pl_mop and bwmon periodically install -D -m 644 pl_mom.cron $RPM_BUILD_ROOT/%{_sysconfdir}/cron.d/pl_mom @@ -97,6 +100,7 @@ exit 0 %files %defattr(-, root, root, -) %{_datadir}/%{name}/pl_mom.py +%{_datadir}/%{name}/nm_mom.py %{_datadir}/%{name}/bwmon.py %{_datadir}/%{name}/swapmon.py %{_initrddir}/swapmon @@ -104,5 +108,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