Problems installing icinga-web
Posted
by
Kungurov
on Server Fault
See other posts from Server Fault
or by Kungurov
Published on 2012-07-30T07:58:49Z
Indexed on
2012/08/30
9:41 UTC
Read the original article
Hit count: 259
I'm using Ubuntu 10.04 LTS (64bit, Server), Apache 2.2.14
Following the instruction from the oficial icinga page http://docs.icinga.org/latest/en/index.html I installed the icinga-web-1.7.1 on my machine and configured a few hosts for test purposes.
The Classic Interface runs as expected but the new Web Interface does not show any data.
When I try:
ps aux | grep ido2db | grep -v grep
I get:
icinga 27425 0.0 0.0 41464 600 ? Ss Jul27 0:00 /usr/local/icinga/bin/ido2db -c /usr/local/icinga/etc/ido2db.cfg
which might indicate a problem with idomod/ido2db because according to the docs there should be at least 2 processes greped.
Any ideas how to fix that?
© Server Fault or respective owner