Hello,

Just in case if you don't want to reinstall or use backports...

Edit your init scripts:

Icinga: (run script after all other scripts and start in runlevel 2 as debians 
default runlevel is 2...)
### BEGIN INIT INFO
# Provides: icinga
# Required-Start: $local_fs $network $all
# Required-Stop: $local_fs $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: start and stop Icinga monitoring daemon
# Description: Icinga is a service monitoring system
### END INIT INFO

Ido2db:(wait for icinga to be stopped)
### BEGIN INIT INFO
# Provides:          ido2db
# Required-Start:
# Required-Stop:
# X-Start-Before:
# X-Stop-After:      icinga
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Icinga IDO2DB Initscript
# Description:       Icinga Data Out Daemon
### END INIT INFO

Now execute:
insserv ido2db
insserv icinga

now ido2db should have a higher kill and a  lower start prefix than icinga
like
/etc/rc0.d : K01icinga K02ido2db
/etc/rc2.d: S01ido2db S22icinga

after a reboot both processes should run and there should be no errors in the 
icinga.log regarding data sink.

Correct me if I am wrong.
hth
gerald

-----Ursprüngliche Nachricht-----
Von: Eberhard Roloff [mailto:tux...@gmx.de]
Gesendet: Dienstag, 08. März 2011 20:33
An: icinga-users@lists.sourceforge.net
Betreff: [icinga-users] icinga 1.30 does not start up on server startupDegbian 
Squeeze

Dear all,

being new to the list and new to icinga, I would like to say many thanks to the 
developers for a great piece of software.

I installed icinga 1.30 with idoutils and mysql on Debian squeeze by closely 
following the documentation.

Now the server is running greatly, except for one thing:
icinaga does not automatically start up, when the server is started. I have to 
start it manually.
While icinga will not start, anything else like apache, mysql, ido2db... is 
started nicely. I just need to do it manually for icinga itself.

Actually the very same happened with my first icinga install of icinga 1.21 on 
Debian Squeeze in VirtuaBbox. Now I am trying with real hardware.

When installing it, anything went according to the book, except:
I got  an error when submitting icinga to the autostart sequential procedures 
like this:

root@icinga:~# update-rc.d icinga defaults
update-rc.d: using dependency based boot sequencing
update-rc.d: warning: icinga start runlevel arguments (2 3 4
5) do not match LSB Default-Start values (3 4 5) root@icinga:~#

Being unfamiliar with startfiles,
I searched the list archives as best as I could.
Google also did not come to my rescue, here.

So, any suggestions how to solve this are welcome?

Thank you very much for your help
Eberhard




------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You This paper provides an 
overview of data connectivity, details its effect on application quality, and 
explores various alternative solutions. http://p.sf.net/sfu/progress-d2d 
_______________________________________________
icinga-users mailing list
icinga-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/icinga-users

OOe. Gesundheits- und Spitals-AG
Techcenter, Hafenstrasse 47-51, 4020 Linz DVR 2107870, ATU 51928204, 
Firmenbuchgericht: Landesgericht Linz, FN 210146 p

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
icinga-users mailing list
icinga-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to