Hi,
I'll look at this. Can you send me the configuration that make you crash?
Thanks,
Jean
On Mon, Dec 20, 2010 at 8:38 PM, Gerhard Lausser
<gerhard.laus...@consol.de>wrote:
> Hi Hermann,
>
> the failing part of the code runs after hosts have been linkified (their
> config attributes like "realms" have been replaced by real objects), so
> host.realm is already a Realm object while hostgroup.realm is still the
> string as found in the config files.
>
> Changing
>
> if h.realm.strip() != hg.realm.strip():
> to
> if h.realm.realm_name.strip() != hg.realm.strip():
>
> should help for the moment. I think Jean worked on the config reading code
> the last days, he'll surely know if this is just a workaround or the final
> bugfix.
>
> Gerhard
>
>
> ------------------------------------------------------------------------------
> Lotusphere 2011
> Register now for Lotusphere 2011 and learn how
> to connect the dots, take your collaborative environment
> to the next level, and enter the era of Social Business.
> http://p.sf.net/sfu/lotusphere-d2d
> _______________________________________________
> Shinken-devel mailing list
> Shinken-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/shinken-devel
>
------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Shinken-devel mailing list
Shinken-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shinken-devel