hi guys,

all in subject..

seen this in :

host.py near line 1055:

    if self.scheduled_downtime_depth > 1 and *(type != 'DOWNTIMEEND' or type
!= 'DOWNTIMECANCELLED')*:

introduced by:
commit bd593173c399ce7d982f84744b12499837520208
Auteur : Gerhard Lausser <gerhard.laus...@consol.de>  ven jui  2 21:02:07
2010
Commiteur : Gerhard Lausser <gerhard.laus...@consol.de>  ven jui  2 21:02:07
2010
Fichier original : src/host.py

*Redesign of the notifications


and:

service.py near line 760:

        if self.scheduled_downtime_depth > 1 \
                and *(type != 'DOWNTIMEEND' or type != 'DOWNTIMECANCELLED')*
:

introduced by :
commit 256faa8000dc372eaa41aa9e59e98d6e2a9dbf26
Auteur : Gabes Jean <napar...@users.sourceforge.net>  mar nov 30 10:16:16
2010
Commiteur : Gabes Jean <napar...@users.sourceforge.net>  mar nov 30 10:16:16
2010

Clean : of service code.



Correction would be   "*type not in (val1, val2)*" in both cases.. and I've
a patch ready for this..


so can you please just confirm that the behavior would be correct with this
correction ??


then I'll push the commit fix :)


greg.
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Shinken-devel mailing list
Shinken-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shinken-devel

Reply via email to