X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pl_mom.spec;h=d8380cd4c44003a971960b47a0774f8fd467a0db;hb=6944046494e14b4d9a53e44d45f02bce835a4e57;hp=eb1f2b1bbf9aa57d71c5c1c1c30b5b4bbddb7a62;hpb=0a19fefd9432cddeb2540ed2b2378d84a99cfb92;p=mom.git diff --git a/pl_mom.spec b/pl_mom.spec index eb1f2b1..d8380cd 100644 --- a/pl_mom.spec +++ b/pl_mom.spec @@ -1,7 +1,9 @@ %define name pl_mom -%define version 1.0 -%define release 01%{?pldistro:.%{pldistro}}%{?date:.%{date}} - +%define version 2.2 +%define taglevel 7 + +%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} + Summary: PlanetLab node monitoring tools Name: %{name} Version: %{version} @@ -50,7 +52,7 @@ install -D -m 755 swapmon.py $RPM_BUILD_ROOT/%{_datadir}/%{name}/swapmon.py 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 +install -D -m 755 pl_mop.sh $RPM_BUILD_ROOT/usr/bin/pl_mop.sh # Runs pl_mop and bwmon periodically install -D -m 644 pl_mom.cron $RPM_BUILD_ROOT/%{_sysconfdir}/cron.d/pl_mom @@ -96,10 +98,27 @@ exit 0 %{_datadir}/%{name}/pl_mom.py* %{_datadir}/%{name}/swapmon.py* %{_initrddir}/swapmon -/usr/local/planetlab/bin/pl_mop.sh +/usr/bin/pl_mop.sh %{_sysconfdir}/cron.d/pl_mom %changelog +* Wed Nov 19 2008 Faiyaz Ahmed - Mom-2.2-7 +- Kill processes in context rather than restarting it. +- * Fixes bug where reset processes lose connectivity. + +* Tue Jul 29 2008 Faiyaz Ahmed - Mom-2.2-6 +- Update mop script to monitor relevant procs. Update swapmon to avoid corner case when slice is being built. + +* Wed Jun 25 2008 Thierry Parmentelat - Mom-2.2-5 +- specfile was screwed, release number was not incremented upon tagging + +* Thu Apr 24 2008 Faiyaz Ahmed - Mom-2.2-4 +- +- * Send mail from hostname if conf file can't be found +- * Use MOM address in conf file insead of support address. +- * Use new Vserver. Start slices without INITSCRIPTS after kill so user can still log in. +- + * 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