Thanks, I commit it :)

Jean

On Fri, Oct 8, 2010 at 10:23 AM, NICOLAS DUPEUX <nicolas.dup...@arkea.com>wrote:

> Here is a patch to correct a hang in scheduler
>
> Traceback (most recent call last):
>  File "./shinken-scheduler.py", line 569, in <module>
>    p.main()
>  File "./shinken-scheduler.py", line 486, in main
>    self.sched.run()
>  File "/opt/shinken-462c875/shinken/scheduler.py", line 769, in run
>    f()
>  File "/opt/shinken-462c875/shinken/scheduler.py", line 564, in
> consume_results
>    item.consume_result(c)
>  File "/opt/shinken-462c875/shinken/schedulingitem.py", line 702, in
> consume_result
>    self.unacknowledge_problem_if_not_sticky()
>  File "/opt/shinken-462c875/shinken/item.py", line 339, in
> unacknowledge_problem_if_not_sticky
>    if not self.acknowledgement.sticky:
> AttributeError: 'NoneType' object has no attribute 'sticky'
>
>
> Regards,
>
> ----- Mail original -----
> > Hi all,
> >
> > The 0.3 version is tagged :)
> >
> > You can update your git, or grab the tarball or the demo VM at
> > http://www.shinken-monitoring.org/download/.
> >
> > The Changelog is :
> > ENHANCEMENTS
> > *Add : complex hostgroup matching with & ( ) | !
> > *Add : resultmodulation code and tests
> > *Add : brok information about problem/impacts
> > *Add : livestatus export about problem/impacts
> > *Add : clean quit on daemons (pid file and sub processes)
> > *Add : maintenance_period parameter in hosts and services
> > *Add :even more unit test cases
> > *Add : now external commands raised in livestatus module are taken
> > by the arbiter
> > *Add : satellites states are now exported by livestatus
> > *Add : arbiter module managment
> > *Add : GLPI import arbiter module :)
> > *Add : notificationways for contacts
> > *Add : warning about unmanaged parameters
> > *Add : log rotation and syslog managment
> >
> > FIXES
> > *Fix : install crash is now catch with Pyro 4 in Centos (python 2.4)
> > *Fix : host/service dep where not filled with default properties
> > *Fix : catch realm configuration errors
> > *Fix : but in status.dat about parents printing
> > *Fix : problem with the Collums table in livestatus module
> > *Fix : next valid time was one minute delay for cases with excludes
> > *Fix : livestatus export in json was bad for service group members
> > *Fix : bug in windows check launch
> > *Clean : dispatcher code about useless options
> > *Clean : tests cases setUp
> >
> > Thanks a lot to all people that send us patch or bugs.
> >
> > I already talk about the majors features. You can get a refresh at the
> > release post
> > http://www.shinken-monitoring.org/news/the-0-3-version-is-here/
> > .
> >
> > The next version (Decadent DragonFly) will be focused on the last
> > unmanaged
> > Nagios parameters (only the useful ones in fact). There will be also a
> > big
> > move of the documentation from the docbook to the
> > wiki<http://www.shinken-monitoring.org/wiki>.
> > This last one will be the new reference of the whole doc ("official
> > doc" +
> > tutorials). It will take some times to get all in, so if anyone want
> > to help
> > on this huge task, I will be happy :)
> >
> > Another thing : an objective of the 0.4 is to be "production ready".
> > So we
> > will fill all missing tests for this release, because unit testing and
> > integration ones are very important.
> >
> >
> > So test it, hack it and say if you are happy about it or not :)
> > If you see a bug, sent it at
> > https://sourceforge.net/apps/trac/shinken/report/2.
> >
> > And remember to vote at http://shinken.ideascale.com for new features
> > : it's
> > very important to know what you are waiting from this tool :)
> >
> >
> > Jean
> >
> >
> ------------------------------------------------------------------------------
> > Beautiful is writing same markup. Internet Explorer 9 supports
> > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
> > Spend less time writing and rewriting code and more time creating
> > great
> > experiences on the web. Be a part of the beta today.
> > http://p.sf.net/sfu/beautyoftheweb
> > _______________________________________________
> > Shinken-devel mailing list
> > Shinken-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/shinken-devel
>
> --
> Nicolas DUPEUX <nicolas.dup...@arkea.com>
> Arkea - Domaine Systèmes
> tel : 02.98.00.36.68
>
>
> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
> Spend less time writing and  rewriting code and more time creating great
> experiences on the web. Be a part of the beta today.
> http://p.sf.net/sfu/beautyoftheweb
> _______________________________________________
> Shinken-devel mailing list
> Shinken-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/shinken-devel
>
>
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Shinken-devel mailing list
Shinken-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shinken-devel

Reply via email to