X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Monitor.spec;h=3c2a2d6469df828c50ef511c26851ee2cc0b074c;hb=152fe04e5cf508fa5718ce0a4acaa434a543df73;hp=e8cada630268adf5942258672a59ec25614b55f1;hpb=9df51205598a92f27766fa0358caa02f04a8a168;p=monitor.git diff --git a/Monitor.spec b/Monitor.spec index e8cada6..3c2a2d6 100644 --- a/Monitor.spec +++ b/Monitor.spec @@ -6,7 +6,7 @@ %define name monitor %define version 2.0 -%define taglevel 3 +%define taglevel 8 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -216,6 +216,30 @@ chkconfig --add monitor-runlevelagent chkconfig monitor-runlevelagent on %changelog +* Wed Apr 01 2009 Stephen Soltesz - Monitor-2.0-8 +- removed old pkl database references. +- added blacklist to db model +- added fix to IntelAMT remoteControl to start an power-down node +- added policy.py +- added global error count before bailing entirely. + +* Fri Mar 27 2009 Stephen Soltesz - Monitor-2.0-7 +- improved db model +- updated files that use db model +- updated web view based on node, site, and pcu states. +- added local mirror to zabbix Make file. + +* Tue Mar 24 2009 Stephen Soltesz - Monitor-2.0-6 +- added action view to gui +- added penalty_applied bit to db model. + +* Fri Mar 20 2009 Stephen Soltesz - Monitor-2.0-5 +- tag for updates to 2.0 db model + +* Fri Mar 13 2009 Stephen Soltesz - Monitor-2.0-4 +- splits reboot.py across pcucontrol and monitor modules +- moves command.py from monitor/util to pcucontrol/util + * Tue Mar 10 2009 Stephen Soltesz - Monitor-2.0-3 - add email exceptions - other bug fixes.