Regarding the problem with 0.6:   The problem occurs at the
verification stage (Tested with -v ), so it is a parsing bug. I
checked again the last part of shinken-specific, the notification
section was all commented out. Just to be sure I removed it (including
the 'x' in 24x7), but I still get the following:



...
I am Ndo Broker for Oracle
Get a Named pipe module for plugin NamedPipe-Autogenerated
Loaded 1 module instances
I correctly loaded the modules : [NamedPipe-Autogenerated]
The syntax of print is invalid
CRITICAL ERROR : I got an non recovarable error. I must exit
You can log a bug ticket at
https://sourceforge.net/apps/trac/shinken/newticket for geting help
Back trace of it: Traceback (most recent call last):
  File "/home/shinken/shinken-0.6/shinken/daemons/arbiterdaemon.py",
line 405, in main
    self.load_config_file()
  File "/home/shinken/shinken-0.6/shinken/daemons/arbiterdaemon.py",
line 301, in load_config_file
    self.conf.explode()
  File "/home/shinken/shinken-0.6/shinken/objects/config.py", line
764, in explode
    self.servicegroups, self.servicedependencies)
  File "/home/shinken/shinken-0.6/shinken/objects/service.py", line
1120, in explode
    self.explode_host_groups_into_hosts(hosts, hostgroups)
  File "/home/shinken/shinken-0.6/shinken/objects/item.py", line 978,
in explode_host_groups_into_hosts
    lst = hnames.split(',')
AttributeError: 'list' object has no attribute 'split'

Traceback (most recent call last):
  File "shinken-arbiter.py", line 97, in <module>
    daemon.main()
  File "/home/shinken/shinken-0.6/shinken/daemons/arbiterdaemon.py",
line 405, in main
    self.load_config_file()
  File "/home/shinken/shinken-0.6/shinken/daemons/arbiterdaemon.py",
line 301, in load_config_file
    self.conf.explode()
  File "/home/shinken/shinken-0.6/shinken/objects/config.py", line
764, in explode
    self.servicegroups, self.servicedependencies)
  File "/home/shinken/shinken-0.6/shinken/objects/service.py", line
1120, in explode
    self.explode_host_groups_into_hosts(hosts, hostgroups)
  File "/home/shinken/shinken-0.6/shinken/objects/item.py", line 978,
in explode_host_groups_into_hosts
    lst = hnames.split(',')
AttributeError: 'list' object has no attribute 'split'












On Mon, May 9, 2011 at 1:45 PM, nap <napar...@gmail.com> wrote:
>
>
> On Mon, May 9, 2011 at 11:44 AM, Venelin Petkov
> <venelin.pet...@iwr.uni-heidelberg.de> wrote:
>>
>> Hi Jean,
>
> Hi,
>
>>
>> We recently upgraded our main Shinken setupt to 0.5.6, including a
>> distributed poller. Today I noticed that the arbiter has crashed:
>
> Was your distributed poller updated too? I think mixing version can be a
> problem, the connection API is not currently stable and there are some minor
> change between each versions, but it can make Pyro raise an Exception
> because the method changed.
>
> [big crash]
>>
>>
>> After trying to upgrade to 0.6 (only the main installation), the
>> Arbiter couldn't process the configuration ( -c -v ), throwing back an
>> exception about some object not having a method
>> that belongs to the python list object (unfortunately I didn't keep
>> the traceback). This was obviously some oversight / typo, but I
>> mention it anyway because it may pop up only
>> in certain configurations.
>>
> I think it should be due to the result_modulation that got an unknown
> timeperiod named 27x7, but in fact the x is a strange character, and is not
> the standard x (I don't know how I wrote this, I should have use a strange
> editor...). This is located in end of the shinken-specific.cfg file for
> pre-0.6 version, and so I think it should be your error (it's a true error,
> but previous version didn't detect it). Just change the x by a real one (you
> will see that the old oen is "very small"), restart all and all should be ok
> :)
>
>
> Jean
>
>
>>
>> Greetings,
>>
>> Venelin
>
>
> ------------------------------------------------------------------------------
> WhatsUp Gold - Download Free Network Management Software
> The most intuitive, comprehensive, and cost-effective network
> management toolset available today.  Delivers lowest initial
> acquisition cost and overall TCO of any competing solution.
> http://p.sf.net/sfu/whatsupgold-sd
> _______________________________________________
> Shinken-devel mailing list
> Shinken-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/shinken-devel
>
>

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Shinken-devel mailing list
Shinken-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shinken-devel

Reply via email to