Re: [Shinken-devel] 0.4 is out, go prod, and look at the 0.5 :D

2010-12-22 Thread nap
Hi, It was a real bug :( (hosts are linked with realms before hostgroups, and so we got problem with hostgroup link with realms). It make me look taht the realm association for hosts/hostgroups got no automated tests. Now it's ok. I think I'll release a 0.4.1 with the new bug fix soon. Jean On

[Shinken-devel] Not all daemons are starting

2010-12-22 Thread Klapproth, Martin
Hello, I'm new to shinken. I want to migrate a relative big nagios setup to shinken. I've installed shinken 0.4 (tarball from website) into a new, clean machine. Installation succeded, but when I want to start the shinken deamons (for test purposes I want to start all deamons on one machine) on

Re: [Shinken-devel] Not all daemons are starting

2010-12-22 Thread nap
Hi, Can you try to launch them directly without the init.d scripts? for example for the poller (under the shinken account): shinken-poller -c /etc/shinken/pollerd.ini And in another shell (still shinken account) : shinken-arbiter -c etc/shinken/nagios.cfg -c etc/shinken-specific.cfg The arbit

Re: [Shinken-devel] Not all daemons are starting

2010-12-22 Thread Klapproth, Martin
Running the non-init.d scripts shows really more output. I could fix the problems by myself. There were 2 problems. There was no home directory for the shinken user. FIX: mkdir /home/shinken chown shinken:shinken /home shinken pyro needs a home directory. Second problem was that multi

Re: [Shinken-devel] Not all daemons are starting

2010-12-22 Thread Gerhard Lausser
Hi, > FIX was a "chmod 777 /dev/shm", the device file for shared memory. on which Linux distro does this happen? Gerhard -- Forrester recently released a report on the Return on Investment (ROI) of Google Apps. They fou

[Shinken-devel] Business rule, criticity and problem/impacts : the enhanced monitoring way!

2010-12-22 Thread nap
Hi all, I just pushed some new features in the code : * business rules in the core! * business rules are seens as "impacts" for one of it's component if this last one go in problem (or one of it's father of course) * criticity is a new value for host/services * min_criticity property is added to

[Shinken-devel] documentation install shinken et ninja

2010-12-22 Thread zorg
bonjour j'essaye d'installer ninja et shinken il y a t'il quelque part une doc qu'il explique la meilleur démarche a suivre merci d'avance -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to

Re: [Shinken-devel] documentation install shinken et ninja

2010-12-22 Thread David Hannequin
Hi, Ici -> http://wiki.monitoring-fr.org/shinken/shinken-debian-install Envoyé de mon iPhone Le 22 déc. 2010 à 21:24, zorg a écrit : > bonjour > j'essaye d'installer ninja et shinken > il y a t'il quelque part une doc qu'il explique la meilleur démarche a > suivre > > merci d'avance > >

Re: [Shinken-devel] Not all daemons are starting

2010-12-22 Thread Klapproth, Martin
Gentoo Linux, default permissions of /dev/shm were 755 -Original Message- From: Gerhard Lausser [mailto:gerhard.laus...@consol.de] Sent: Mittwoch, 22. Dezember 2010 15:45 To: shinken-devel@lists.sourceforge.net Subject: Re: [Shinken-devel] Not all daemons are starting Hi, > FIX was a