Discussion:
Icinga-web installation problem - connection refused, missing db schema
Kasia Macias
2014-07-11 11:31:21 UTC
Permalink
Hi,

For a long time I struggle with Icinga2/Icinga-Web installation. I
work on Debian7. The result of my installation is that I can login
into localhost/icinga-web, but constantly Icinga is reloading, and
there is pop-up about "The server encountered an error: Internal
Exception, check your logs!".

In debug.log and icinga2.log there is a lot of

notice/GraphiteWriter: Reconnect to tcp socket on host '127.0.0.1' port '2003'.
critical/TcpSocket: Invalid socket: Connection refused

Icinga2.err is empty.

I follow exactly the instruction from
http://icinga2.readthedocs.org/en/latest/chapter-2.html. Here is what
I do, exactly:

apt-get install icinga2
apt-get install nagios-plugins
apt-get install mysql-server (root passwords: empty)
apt-get install icinga2-ido-mysql (yes, enable ido-mysql. yes,
configure with dbconfig-common. root passwords empty)
(Nagios-plugins dir is OK)
(I do not install any additional check_plugins)

I create the db:
mysql> CREATE DATABASE icinga;
mysql> GRANT SELECT, INSERT, UPDATE, DELETE, DROP, CREATE VIEW,
INDEX, EXECUTE ON icinga.* TO 'icinga'@'localhost' IDENTIFIED BY
'icinga';

Create schema:
mysql -u root -p'' icinga < /usr/share/icinga2-ido-mysql/schema/mysql.sql

I look into /etc/icinga2/features-available/ido-mysql.conf:

object IdoMysqlConnection "ido-mysql" {
user = "icinga2-ido-mysq",
password = "X4OtUIVjy9vD",
host = "localhost",
database = "icinga2idomysql"
}

I do not change anything.

icinga2-enable-feature ido-mysql
/etc/init.d/icinga2 restart
apt-get install apache2
apt-get install icinga-web (yes, configure with dbconfig-common.
Database type mysql. All passwords empty).
(icinga-idoutils : no, do not configure with dbconfig-common - because
there are errors. all passwords empty)

Database icinga_web already exists.

I do not have the mysql schema for icinga-web anywhere - so I skip the
step about setup web-database. Maybe this is the problem?

I do not change anything in databases.xml.
Feature ‘icinga2 command’ is already enabled.
In the access.xml file there already is:

<write>
<files>
<resource name="icinga_pipe">/var/lib/icinga/rw/icinga.cmd</resource>
</files>
</write>

so I do not change anything.
Clear the cache: /usr/lib/icinga-web/bin/clearcache.sh

That's all the steps I follow.
If somebody is able to help me, I would be very grateful.
PS. I am not experienced in this stuff - some obvious things can not
be obvious for me.

Greetings,
Kasia
Michael Friedrich
2014-07-11 11:37:03 UTC
Permalink
Post by Kasia Macias
Hi,
For a long time I struggle with Icinga2/Icinga-Web installation. I
work on Debian7. The result of my installation is that I can login
into localhost/icinga-web, but constantly Icinga is reloading, and
there is pop-up about "The server encountered an error: Internal
Exception, check your logs!".
In debug.log and icinga2.log there is a lot of
Icinga Web and Icinga 2 are two *seperate* applications and do *not*
share their logs.

Afterall, these errors might only be catchable with a web browser dev
console. Try
https://wiki.icinga.org/display/testing/Icinga+Web+Testing#IcingaWebTesting-Debugging
for insights.
Post by Kasia Macias
notice/GraphiteWriter: Reconnect to tcp socket on host '127.0.0.1' port '2003'.
critical/TcpSocket: Invalid socket: Connection refused
Icinga2.err is empty.
I follow exactly the instruction from
http://icinga2.readthedocs.org/en/latest/chapter-2.html. Here is what
apt-get install icinga2
apt-get install nagios-plugins
apt-get install mysql-server (root passwords: empty)
apt-get install icinga2-ido-mysql (yes, enable ido-mysql. yes,
configure with dbconfig-common. root passwords empty)
(Nagios-plugins dir is OK)
(I do not install any additional check_plugins)
mysql> CREATE DATABASE icinga;
mysql> GRANT SELECT, INSERT, UPDATE, DELETE, DROP, CREATE VIEW,
'icinga';
mysql -u root -p'' icinga < /usr/share/icinga2-ido-mysql/schema/mysql.sql
object IdoMysqlConnection "ido-mysql" {
user = "icinga2-ido-mysq",
password = "X4OtUIVjy9vD",
host = "localhost",
database = "icinga2idomysql"
}
I do not change anything.
icinga2-enable-feature ido-mysql
/etc/init.d/icinga2 restart
apt-get install apache2
apt-get install icinga-web (yes, configure with dbconfig-common.
Database type mysql. All passwords empty).
(icinga-idoutils : no, do not configure with dbconfig-common - because
there are errors. all passwords empty)
Database icinga_web already exists.
I do not have the mysql schema for icinga-web anywhere - so I skip the
step about setup web-database. Maybe this is the problem?
Depends how it was installed. 'dpkg-reconfigure icinga-web' would
normally allow you to re-create the database. If not the sql files
should be located somewhere below /usr/share/...

https://wiki.icinga.org/display/howtos/Setting+up+Icinga+Web+on+Debian
Post by Kasia Macias
I do not change anything in databases.xml.
Feature ‘icinga2 command’ is already enabled.
<write>
<files>
<resource name="icinga_pipe">/var/lib/icinga/rw/icinga.cmd</resource>
</files>
</write>
so I do not change anything.
That's wrong though since the icinga 2 command pipe is located at a
different location. The documentation also tells you about it.

http://docs.icinga.org/icinga2/latest/doc/module/icinga2/toc#!/icinga2/latest/doc/module/icinga2/chapter/getting-started#setting-up-icinga-web
Post by Kasia Macias
Clear the cache: /usr/lib/icinga-web/bin/clearcache.sh
That's all the steps I follow.
If somebody is able to help me, I would be very grateful.
PS. I am not experienced in this stuff - some obvious things can not
be obvious for me.
Greetings,
Kasia
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
-- 
Michael Friedrich, DI (FH)
Application Developer

NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nuernberg
Tel: +49 911 92885-0 | Fax: +49 911 92885-77
GF: Julian Hein, Bernd Erk | AG Nuernberg HRB18461
http://www.netways.de | ***@netways.de

** Open Source Backup Conference 2014 - September - osbconf.org **
** Puppet Camp Duesseldorf 2014 - Oktober - netways.de/puppetcamp **
** OSMC 2014 - November - netways.de/osmc **
** OpenNebula Conf 2014 - Dezember - opennebulaconf.com **
Kasia Macias
2014-07-14 11:16:23 UTC
Permalink
Hi Michael,

Thank you for your kindly answer. After following the docs you
provided, I got rid of these pop-ups and errors.

Greetings,
Kasia
Post by Michael Friedrich
Post by Kasia Macias
Hi,
For a long time I struggle with Icinga2/Icinga-Web installation. I
work on Debian7. The result of my installation is that I can login
into localhost/icinga-web, but constantly Icinga is reloading, and
there is pop-up about "The server encountered an error: Internal
Exception, check your logs!".
In debug.log and icinga2.log there is a lot of
Icinga Web and Icinga 2 are two *seperate* applications and do *not*
share their logs.
Afterall, these errors might only be catchable with a web browser dev
console. Try
https://wiki.icinga.org/display/testing/Icinga+Web+Testing#IcingaWebTesting-Debugging
for insights.
Post by Kasia Macias
notice/GraphiteWriter: Reconnect to tcp socket on host '127.0.0.1' port '2003'.
critical/TcpSocket: Invalid socket: Connection refused
Icinga2.err is empty.
I follow exactly the instruction from
http://icinga2.readthedocs.org/en/latest/chapter-2.html. Here is what
apt-get install icinga2
apt-get install nagios-plugins
apt-get install mysql-server (root passwords: empty)
apt-get install icinga2-ido-mysql (yes, enable ido-mysql. yes,
configure with dbconfig-common. root passwords empty)
(Nagios-plugins dir is OK)
(I do not install any additional check_plugins)
mysql> CREATE DATABASE icinga;
mysql> GRANT SELECT, INSERT, UPDATE, DELETE, DROP, CREATE VIEW,
'icinga';
mysql -u root -p'' icinga <
/usr/share/icinga2-ido-mysql/schema/mysql.sql
object IdoMysqlConnection "ido-mysql" {
user = "icinga2-ido-mysq",
password = "X4OtUIVjy9vD",
host = "localhost",
database = "icinga2idomysql"
}
I do not change anything.
icinga2-enable-feature ido-mysql
/etc/init.d/icinga2 restart
apt-get install apache2
apt-get install icinga-web (yes, configure with dbconfig-common.
Database type mysql. All passwords empty).
(icinga-idoutils : no, do not configure with dbconfig-common - because
there are errors. all passwords empty)
Database icinga_web already exists.
I do not have the mysql schema for icinga-web anywhere - so I skip the
step about setup web-database. Maybe this is the problem?
Depends how it was installed. 'dpkg-reconfigure icinga-web' would
normally allow you to re-create the database. If not the sql files
should be located somewhere below /usr/share/...
https://wiki.icinga.org/display/howtos/Setting+up+Icinga+Web+on+Debian
Post by Kasia Macias
I do not change anything in databases.xml.
Feature ‘icinga2 command’ is already enabled.
<write>
<files>
<resource name="icinga_pipe">/var/lib/icinga/rw/icinga.cmd</resource>
</files>
</write>
so I do not change anything.
That's wrong though since the icinga 2 command pipe is located at a
different location. The documentation also tells you about it.
http://docs.icinga.org/icinga2/latest/doc/module/icinga2/toc#!/icinga2/latest/doc/module/icinga2/chapter/getting-started#setting-up-icinga-web
Post by Kasia Macias
Clear the cache: /usr/lib/icinga-web/bin/clearcache.sh
That's all the steps I follow.
If somebody is able to help me, I would be very grateful.
PS. I am not experienced in this stuff - some obvious things can not
be obvious for me.
Greetings,
Kasia
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
--
Michael Friedrich, DI (FH)
Application Developer
NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nuernberg
Tel: +49 911 92885-0 | Fax: +49 911 92885-77
GF: Julian Hein, Bernd Erk | AG Nuernberg HRB18461
** Open Source Backup Conference 2014 - September - osbconf.org **
** Puppet Camp Duesseldorf 2014 - Oktober - netways.de/puppetcamp **
** OSMC 2014 - November - netways.de/osmc **
** OpenNebula Conf 2014 - Dezember - opennebulaconf.com **
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
Michael Friedrich
2014-07-14 13:43:32 UTC
Permalink
Post by Kasia Macias
Hi Michael,
Thank you for your kindly answer. After following the docs you
provided, I got rid of these pop-ups and errors.
Could you share your insights and solutions for others looking into the
same problem please?

thanks,
Michael
Post by Kasia Macias
Greetings,
Kasia
Post by Michael Friedrich
Post by Kasia Macias
Hi,
For a long time I struggle with Icinga2/Icinga-Web installation. I
work on Debian7. The result of my installation is that I can login
into localhost/icinga-web, but constantly Icinga is reloading, and
there is pop-up about "The server encountered an error: Internal
Exception, check your logs!".
In debug.log and icinga2.log there is a lot of
Icinga Web and Icinga 2 are two *seperate* applications and do *not*
share their logs.
Afterall, these errors might only be catchable with a web browser dev
console. Try
https://wiki.icinga.org/display/testing/Icinga+Web+Testing#IcingaWebTesting-Debugging
for insights.
Post by Kasia Macias
notice/GraphiteWriter: Reconnect to tcp socket on host '127.0.0.1' port '2003'.
critical/TcpSocket: Invalid socket: Connection refused
Icinga2.err is empty.
I follow exactly the instruction from
http://icinga2.readthedocs.org/en/latest/chapter-2.html. Here is what
apt-get install icinga2
apt-get install nagios-plugins
apt-get install mysql-server (root passwords: empty)
apt-get install icinga2-ido-mysql (yes, enable ido-mysql. yes,
configure with dbconfig-common. root passwords empty)
(Nagios-plugins dir is OK)
(I do not install any additional check_plugins)
mysql> CREATE DATABASE icinga;
mysql> GRANT SELECT, INSERT, UPDATE, DELETE, DROP, CREATE VIEW,
'icinga';
mysql -u root -p'' icinga <
/usr/share/icinga2-ido-mysql/schema/mysql.sql
object IdoMysqlConnection "ido-mysql" {
user = "icinga2-ido-mysq",
password = "X4OtUIVjy9vD",
host = "localhost",
database = "icinga2idomysql"
}
I do not change anything.
icinga2-enable-feature ido-mysql
/etc/init.d/icinga2 restart
apt-get install apache2
apt-get install icinga-web (yes, configure with dbconfig-common.
Database type mysql. All passwords empty).
(icinga-idoutils : no, do not configure with dbconfig-common - because
there are errors. all passwords empty)
Database icinga_web already exists.
I do not have the mysql schema for icinga-web anywhere - so I skip the
step about setup web-database. Maybe this is the problem?
Depends how it was installed. 'dpkg-reconfigure icinga-web' would
normally allow you to re-create the database. If not the sql files
should be located somewhere below /usr/share/...
https://wiki.icinga.org/display/howtos/Setting+up+Icinga+Web+on+Debian
Post by Kasia Macias
I do not change anything in databases.xml.
Feature ‘icinga2 command’ is already enabled.
<write>
<files>
<resource name="icinga_pipe">/var/lib/icinga/rw/icinga.cmd</resource>
</files>
</write>
so I do not change anything.
That's wrong though since the icinga 2 command pipe is located at a
different location. The documentation also tells you about it.
http://docs.icinga.org/icinga2/latest/doc/module/icinga2/toc#!/icinga2/latest/doc/module/icinga2/chapter/getting-started#setting-up-icinga-web
Post by Kasia Macias
Clear the cache: /usr/lib/icinga-web/bin/clearcache.sh
That's all the steps I follow.
If somebody is able to help me, I would be very grateful.
PS. I am not experienced in this stuff - some obvious things can not
be obvious for me.
Greetings,
Kasia
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
--
Michael Friedrich, DI (FH)
Application Developer
NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nuernberg
Tel: +49 911 92885-0 | Fax: +49 911 92885-77
GF: Julian Hein, Bernd Erk | AG Nuernberg HRB18461
** Open Source Backup Conference 2014 - September - osbconf.org **
** Puppet Camp Duesseldorf 2014 - Oktober - netways.de/puppetcamp **
** OSMC 2014 - November - netways.de/osmc **
** OpenNebula Conf 2014 - Dezember - opennebulaconf.com **
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
-- 
Michael Friedrich, DI (FH)
Application Developer

NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nuernberg
Tel: +49 911 92885-0 | Fax: +49 911 92885-77
GF: Julian Hein, Bernd Erk | AG Nuernberg HRB18461
http://www.netways.de | ***@netways.de

** Open Source Backup Conference 2014 - September - osbconf.org **
** Puppet Camp Duesseldorf 2014 - Oktober - netways.de/puppetcamp **
** OSMC 2014 - November - netways.de/osmc **
** OpenNebula Conf 2014 - Dezember - opennebulaconf.com **
Kasia Macias
2014-07-14 14:45:34 UTC
Permalink
Of course. The problem was I was skipping some important steps.

After installing Icinga2, I just skipped setting up IDOutils, which is
described here:
https://wiki.icinga.org/display/howtos/Setting+up+Icinga+with+IDOUtils+on+Debian

So I had to install the packages mentioned there: mysql-server
libdbd-mysql mysql-client and icinga-idoutils (packages for icinga2 i
had already installed at this point: icinga2-ido-mysql icinga2-doc
icinga2-common icinga2-bin icinga2) and did all other steps described.
It helped, so apparently this IDOutils plays important role. :)

Probably another problem was leaving the database password empty.

Then I followed steps from
https://wiki.icinga.org/display/howtos/Setting+up+Icinga+Web+on+Debian,
and this time I had no problems with dbconfig-common for icinga-web database.

Greetings,
Kasia
Post by Michael Friedrich
Post by Kasia Macias
Hi Michael,
Thank you for your kindly answer. After following the docs you
provided, I got rid of these pop-ups and errors.
Could you share your insights and solutions for others looking into the
same problem please?
thanks,
Michael
Post by Kasia Macias
Greetings,
Kasia
2014-07-11 11:37 GMT+00:00 Michael Friedrich
Post by Michael Friedrich
Post by Kasia Macias
Hi,
For a long time I struggle with Icinga2/Icinga-Web installation. I
work on Debian7. The result of my installation is that I can login
into localhost/icinga-web, but constantly Icinga is reloading, and
there is pop-up about "The server encountered an error: Internal
Exception, check your logs!".
In debug.log and icinga2.log there is a lot of
Icinga Web and Icinga 2 are two *seperate* applications and do *not*
share their logs.
Afterall, these errors might only be catchable with a web browser dev
console. Try
https://wiki.icinga.org/display/testing/Icinga+Web+Testing#IcingaWebTesting-Debugging
for insights.
Post by Kasia Macias
notice/GraphiteWriter: Reconnect to tcp socket on host '127.0.0.1' port '2003'.
critical/TcpSocket: Invalid socket: Connection refused
Icinga2.err is empty.
I follow exactly the instruction from
http://icinga2.readthedocs.org/en/latest/chapter-2.html. Here is what
apt-get install icinga2
apt-get install nagios-plugins
apt-get install mysql-server (root passwords: empty)
apt-get install icinga2-ido-mysql (yes, enable ido-mysql. yes,
configure with dbconfig-common. root passwords empty)
(Nagios-plugins dir is OK)
(I do not install any additional check_plugins)
mysql> CREATE DATABASE icinga;
mysql> GRANT SELECT, INSERT, UPDATE, DELETE, DROP, CREATE VIEW,
'icinga';
mysql -u root -p'' icinga <
/usr/share/icinga2-ido-mysql/schema/mysql.sql
object IdoMysqlConnection "ido-mysql" {
user = "icinga2-ido-mysq",
password = "X4OtUIVjy9vD",
host = "localhost",
database = "icinga2idomysql"
}
I do not change anything.
icinga2-enable-feature ido-mysql
/etc/init.d/icinga2 restart
apt-get install apache2
apt-get install icinga-web (yes, configure with dbconfig-common.
Database type mysql. All passwords empty).
(icinga-idoutils : no, do not configure with dbconfig-common - because
there are errors. all passwords empty)
Database icinga_web already exists.
I do not have the mysql schema for icinga-web anywhere - so I skip the
step about setup web-database. Maybe this is the problem?
Depends how it was installed. 'dpkg-reconfigure icinga-web' would
normally allow you to re-create the database. If not the sql files
should be located somewhere below /usr/share/...
https://wiki.icinga.org/display/howtos/Setting+up+Icinga+Web+on+Debian
Post by Kasia Macias
I do not change anything in databases.xml.
Feature ‘icinga2 command’ is already enabled.
<write>
<files>
<resource name="icinga_pipe">/var/lib/icinga/rw/icinga.cmd</resource>
</files>
</write>
so I do not change anything.
That's wrong though since the icinga 2 command pipe is located at a
different location. The documentation also tells you about it.
http://docs.icinga.org/icinga2/latest/doc/module/icinga2/toc#!/icinga2/latest/doc/module/icinga2/chapter/getting-started#setting-up-icinga-web
Post by Kasia Macias
Clear the cache: /usr/lib/icinga-web/bin/clearcache.sh
That's all the steps I follow.
If somebody is able to help me, I would be very grateful.
PS. I am not experienced in this stuff - some obvious things can not
be obvious for me.
Greetings,
Kasia
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
--
Michael Friedrich, DI (FH)
Application Developer
NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nuernberg
Tel: +49 911 92885-0 | Fax: +49 911 92885-77
GF: Julian Hein, Bernd Erk | AG Nuernberg HRB18461
** Open Source Backup Conference 2014 - September - osbconf.org **
** Puppet Camp Duesseldorf 2014 - Oktober - netways.de/puppetcamp **
** OSMC 2014 - November - netways.de/osmc **
** OpenNebula Conf 2014 - Dezember - opennebulaconf.com **
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
--
Michael Friedrich, DI (FH)
Application Developer
NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nuernberg
Tel: +49 911 92885-0 | Fax: +49 911 92885-77
GF: Julian Hein, Bernd Erk | AG Nuernberg HRB18461
** Open Source Backup Conference 2014 - September - osbconf.org **
** Puppet Camp Duesseldorf 2014 - Oktober - netways.de/puppetcamp **
** OSMC 2014 - November - netways.de/osmc **
** OpenNebula Conf 2014 - Dezember - opennebulaconf.com **
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
Michael Friedrich
2014-07-14 17:09:36 UTC
Permalink
Post by Kasia Macias
Of course. The problem was I was skipping some important steps.
After installing Icinga2, I just skipped setting up IDOutils, which is
https://wiki.icinga.org/display/howtos/Setting+up+Icinga+with+IDOUtils+on+Debian
Eh. That's for Icinga 1.x - that's why i directly pointed you at the
Debugging section, not "No Data". Edited.
Post by Kasia Macias
So I had to install the packages mentioned there: mysql-server
libdbd-mysql mysql-client and icinga-idoutils (packages for icinga2 i
had already installed at this point: icinga2-ido-mysql icinga2-doc
icinga2-common icinga2-bin icinga2) and did all other steps described.
It helped, so apparently this IDOutils plays important role. :)
icinga2-ido-mysql is the package required, plus a running mysql server
with a database installed plus the ido schema applied. But that's
mentioned on the docs already.
Post by Kasia Macias
Probably another problem was leaving the database password empty.
Then I followed steps from
https://wiki.icinga.org/display/howtos/Setting+up+Icinga+Web+on+Debian,
and this time I had no problems with dbconfig-common for icinga-web database.
Hm. Ok. So an automated Debian setup.
Post by Kasia Macias
Greetings,
Kasia
Post by Michael Friedrich
Post by Kasia Macias
Hi Michael,
Thank you for your kindly answer. After following the docs you
provided, I got rid of these pop-ups and errors.
Could you share your insights and solutions for others looking into the
same problem please?
thanks,
Michael
Post by Kasia Macias
Greetings,
Kasia
2014-07-11 11:37 GMT+00:00 Michael Friedrich
Post by Michael Friedrich
Post by Kasia Macias
Hi,
For a long time I struggle with Icinga2/Icinga-Web installation. I
work on Debian7. The result of my installation is that I can login
into localhost/icinga-web, but constantly Icinga is reloading, and
there is pop-up about "The server encountered an error: Internal
Exception, check your logs!".
In debug.log and icinga2.log there is a lot of
Icinga Web and Icinga 2 are two *seperate* applications and do *not*
share their logs.
Afterall, these errors might only be catchable with a web browser dev
console. Try
https://wiki.icinga.org/display/testing/Icinga+Web+Testing#IcingaWebTesting-Debugging
for insights.
Post by Kasia Macias
notice/GraphiteWriter: Reconnect to tcp socket on host '127.0.0.1' port '2003'.
critical/TcpSocket: Invalid socket: Connection refused
Icinga2.err is empty.
I follow exactly the instruction from
http://icinga2.readthedocs.org/en/latest/chapter-2.html. Here is what
apt-get install icinga2
apt-get install nagios-plugins
apt-get install mysql-server (root passwords: empty)
apt-get install icinga2-ido-mysql (yes, enable ido-mysql. yes,
configure with dbconfig-common. root passwords empty)
(Nagios-plugins dir is OK)
(I do not install any additional check_plugins)
mysql> CREATE DATABASE icinga;
mysql> GRANT SELECT, INSERT, UPDATE, DELETE, DROP, CREATE VIEW,
'icinga';
mysql -u root -p'' icinga <
/usr/share/icinga2-ido-mysql/schema/mysql.sql
object IdoMysqlConnection "ido-mysql" {
user = "icinga2-ido-mysq",
password = "X4OtUIVjy9vD",
host = "localhost",
database = "icinga2idomysql"
}
I do not change anything.
icinga2-enable-feature ido-mysql
/etc/init.d/icinga2 restart
apt-get install apache2
apt-get install icinga-web (yes, configure with dbconfig-common.
Database type mysql. All passwords empty).
(icinga-idoutils : no, do not configure with dbconfig-common - because
there are errors. all passwords empty)
Database icinga_web already exists.
I do not have the mysql schema for icinga-web anywhere - so I skip the
step about setup web-database. Maybe this is the problem?
Depends how it was installed. 'dpkg-reconfigure icinga-web' would
normally allow you to re-create the database. If not the sql files
should be located somewhere below /usr/share/...
https://wiki.icinga.org/display/howtos/Setting+up+Icinga+Web+on+Debian
Post by Kasia Macias
I do not change anything in databases.xml.
Feature ‘icinga2 command’ is already enabled.
<write>
<files>
<resource name="icinga_pipe">/var/lib/icinga/rw/icinga.cmd</resource>
</files>
</write>
so I do not change anything.
That's wrong though since the icinga 2 command pipe is located at a
different location. The documentation also tells you about it.
http://docs.icinga.org/icinga2/latest/doc/module/icinga2/toc#!/icinga2/latest/doc/module/icinga2/chapter/getting-started#setting-up-icinga-web
Post by Kasia Macias
Clear the cache: /usr/lib/icinga-web/bin/clearcache.sh
That's all the steps I follow.
If somebody is able to help me, I would be very grateful.
PS. I am not experienced in this stuff - some obvious things can not
be obvious for me.
Greetings,
Kasia
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
--
Michael Friedrich, DI (FH)
Application Developer
NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nuernberg
Tel: +49 911 92885-0 | Fax: +49 911 92885-77
GF: Julian Hein, Bernd Erk | AG Nuernberg HRB18461
** Open Source Backup Conference 2014 - September - osbconf.org **
** Puppet Camp Duesseldorf 2014 - Oktober - netways.de/puppetcamp **
** OSMC 2014 - November - netways.de/osmc **
** OpenNebula Conf 2014 - Dezember - opennebulaconf.com **
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
--
Michael Friedrich, DI (FH)
Application Developer
NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nuernberg
Tel: +49 911 92885-0 | Fax: +49 911 92885-77
GF: Julian Hein, Bernd Erk | AG Nuernberg HRB18461
** Open Source Backup Conference 2014 - September - osbconf.org **
** Puppet Camp Duesseldorf 2014 - Oktober - netways.de/puppetcamp **
** OSMC 2014 - November - netways.de/osmc **
** OpenNebula Conf 2014 - Dezember - opennebulaconf.com **
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
-- 
Michael Friedrich, DI (FH)
Application Developer

NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nuernberg
Tel: +49 911 92885-0 | Fax: +49 911 92885-77
GF: Julian Hein, Bernd Erk | AG Nuernberg HRB18461
http://www.netways.de | ***@netways.de

** Open Source Backup Conference 2014 - September - osbconf.org **
** Puppet Camp Duesseldorf 2014 - Oktober - netways.de/puppetcamp **
** OSMC 2014 - November - netways.de/osmc **
** OpenNebula Conf 2014 - Dezember - opennebulaconf.com **
Kasia Macias
2014-07-14 18:05:47 UTC
Permalink
Sorry, I was mistaken because the Icinga-Web wiki page pointed to
IDOutils as requirement. Now I see it was only for Icinga 1.x. After
redoing everything, but without this unnecessary part, it still works
without previous errors.
So the problem was with my database only.

Thank you for your patience.

Kind regards,
Kasia
Kasia Macias
2014-07-17 11:10:19 UTC
Permalink
Hi,

Although the pop-up errors do not show up anymore, I still cannot see any
hosts and services (I assume, after setup I should be able to see localhost
at least?). I have suspicion that it can be problem with the database still.

I tested the connection with:
mysql icinga -u icinga -p
mysql icinga_web -u icinga_web -p
and it works.

In databases.xml I have:
<ae:parameter name="dsn">mysql://icinga_web:***@localhost
:3306/icinga_web</ae:parameter>
<ae:parameter name="dsn">mysql://icinga:***@localhost
:3306/icinga</ae:parameter>

In docs there is written that I should update the credentials in file:
/etc/icinga2/features-available/ido-mysql.conf. After installation I have
there:
user = "icinga2-ido-mysq”,
password = "icinga",
host = "localhost",
database = “icinga2idomysql”.

(With this config in icinga2.log I have only 'TcpSocket: Invalid socket'
etc.)
When I change data in file ido-mysql.conf that they match databases.xml
config:
user = "icinga”,
password = "icinga",
host = "localhost",
database = “icinga”,

I have additional message in logs about: "IdoMysqlConnection: Schema
version '1.7.0' does not match the required version '1.11.3'! Please check
the upgrade documentation."

I am not sure if the change in the file was proper?

If it was, and I should make upgrade, the only file with upgrades I have in
location:
/usr/share/doc/icinga-idoutils/examples/mysql/upgrade/mysql-upgrade-XXX.sql
but the most fresh version is 1.7.0. I do not have any upgrades in the
folder /usr/share/icinga2-ido-mysql/schema/, and anywhere else - checked
with "find / -name '*.sql'".

Should I also change db_user and db_pass file /etc/icinga/ido2db.cfg? I
have there:
ido2db_user=nagios
ido2db_group=nagios
db_name=icinga
db_user=icinga-idoutils
db_pass=FFgvu1ljLn4j

Thank you again,
Kasia
Post by Kasia Macias
Sorry, I was mistaken because the Icinga-Web wiki page pointed to
IDOutils as requirement. Now I see it was only for Icinga 1.x. After
redoing everything, but without this unnecessary part, it still works
without previous errors.
So the problem was with my database only.
Thank you for your patience.
Kind regards,
Kasia
Simon Walter
2014-07-17 13:58:39 UTC
Permalink
Here is how I installed it
// populate the icinga2 DB
# cp /usr/share/icinga2-ido-mysql/schema/mysql.sql .
# sed -i "1iuse icinga;" mysql.sql
# mysql -u root -p < mysql.sql

AFAIK, there is a packaging problem with it. I'm trying to get it fixed.
I've written to the email address in the .deb file, but I got no reply yet.
Post by Kasia Macias
Hi,
Although the pop-up errors do not show up anymore, I still cannot see any
hosts and services (I assume, after setup I should be able to see localhost
at least?). I have suspicion that it can be problem with the database still.
mysql icinga -u icinga -p
mysql icinga_web -u icinga_web -p
and it works.
:3306/icinga_web</ae:parameter>
:3306/icinga</ae:parameter>
/etc/icinga2/features-available/ido-mysql.conf. After installation I have
user = "icinga2-ido-mysq”,
password = "icinga",
host = "localhost",
database = “icinga2idomysql”.
(With this config in icinga2.log I have only 'TcpSocket: Invalid socket'
etc.)
When I change data in file ido-mysql.conf that they match databases.xml
user = "icinga”,
password = "icinga",
host = "localhost",
database = “icinga”,
I have additional message in logs about: "IdoMysqlConnection: Schema
version '1.7.0' does not match the required version '1.11.3'! Please check
the upgrade documentation."
I am not sure if the change in the file was proper?
If it was, and I should make upgrade, the only file with upgrades I have in
/usr/share/doc/icinga-idoutils/examples/mysql/upgrade/mysql-upgrade-XXX.sql
but the most fresh version is 1.7.0. I do not have any upgrades in the
folder /usr/share/icinga2-ido-mysql/schema/, and anywhere else - checked
with "find / -name '*.sql'".
Should I also change db_user and db_pass file /etc/icinga/ido2db.cfg? I
ido2db_user=nagios
ido2db_group=nagios
db_name=icinga
db_user=icinga-idoutils
db_pass=FFgvu1ljLn4j
Thank you again,
Kasia
Post by Kasia Macias
Sorry, I was mistaken because the Icinga-Web wiki page pointed to
IDOutils as requirement. Now I see it was only for Icinga 1.x. After
redoing everything, but without this unnecessary part, it still works
without previous errors.
So the problem was with my database only.
Thank you for your patience.
Kind regards,
Kasia
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
Alexander Wirt
2014-07-17 14:05:10 UTC
Permalink
Post by Simon Walter
Here is how I installed it
// populate the icinga2 DB
# cp /usr/share/icinga2-ido-mysql/schema/mysql.sql .
# sed -i "1iuse icinga;" mysql.sql
# mysql -u root -p < mysql.sql
AFAIK, there is a packaging problem with it. I'm trying to get it fixed.
I've written to the email address in the .deb file, but I got no reply yet.
which address? And which packages are you using?

Alex
Alexander Wirt
2014-07-17 14:07:27 UTC
Permalink
Post by Alexander Wirt
Post by Simon Walter
Here is how I installed it
// populate the icinga2 DB
# cp /usr/share/icinga2-ido-mysql/schema/mysql.sql .
# sed -i "1iuse icinga;" mysql.sql
# mysql -u root -p < mysql.sql
AFAIK, there is a packaging problem with it. I'm trying to get it fixed.
I've written to the email address in the .deb file, but I got no reply yet.
which address? And which packages are you using?
nvm I found your mail.

Alex
Michael Friedrich
2014-07-17 14:05:10 UTC
Permalink
_______________________________________________
icinga-users mailing list
icinga-users-/***@public.gmane.org
https://lists.icinga.org/mailman/listinfo/icinga-users
Kasia Macias
2014-07-17 14:23:32 UTC
Permalink
Hi Michael,

It's impossible that I have remains of previous installation (Icinga
1.x), because I work on virtual machines, and every time I try to make
it once again, I delete the old instances, and create new, empty ones.
While I'm installing the "icinga-web" package, it automatically forces
me to install "icinga-idoutils". (After apt-get install icinga-web,
blue screen with Configuring icinga-idoutils…).
Is it normal? Or maybe I use wrong sources?

echo "deb http://backports.debian.org/debian-backports
squeeze-backports main" >>
/etc/apt/sources.list.d/squeeze-backports.list
echo "deb http://debmon.org/debmon debmon-wheezy main" >> /etc/apt/sources.list
wget http://debmon.org/debmon/repo.key
cat repo.key | apt-key add -

Then normal apt get install icinga2, nagios-plugins and icinga-web...

Regards,
Kasia
Post by Kasia Macias
Hi,
Although the pop-up errors do not show up anymore, I still cannot see any
hosts and services (I assume, after setup I should be able to see localhost
at least?). I have suspicion that it can be problem with the database still.
mysql icinga -u icinga -p
mysql icinga_web -u icinga_web -p
and it works.
<ae:parameter
<ae:parameter
/etc/icinga2/features-available/ido-mysql.conf. After installation I have
user = "icinga2-ido-mysq”,
password = "icinga",
host = "localhost",
database = “icinga2idomysql”.
(With this config in icinga2.log I have only 'TcpSocket: Invalid socket'
etc.)
When I change data in file ido-mysql.conf that they match databases.xml
user = "icinga”,
password = "icinga",
host = "localhost",
database = “icinga”,
I have additional message in logs about: "IdoMysqlConnection: Schema version
'1.7.0' does not match the required version '1.11.3'! Please check the
upgrade documentation."
I am not sure if the change in the file was proper?
icinga2-ido-mysql ships the mysql schema version 1.11.3 which is required by
Icinga 2 at least. The warning tells you about it. Your schema seems to be
coming from the 'icinga-idoutils' package you had installed previously (and
I told you to purge it).
If it was, and I should make upgrade, the only file with upgrades I have in
/usr/share/doc/icinga-idoutils/examples/mysql/upgrade/mysql-upgrade-XXX.sql
As said, you don't need that package, nor its shipped example files.
but the most fresh version is 1.7.0. I do not have any upgrades in the
folder /usr/share/icinga2-ido-mysql/schema/, and anywhere else - checked
with "find / -name '*.sql'".
Should I also change db_user and db_pass file /etc/icinga/ido2db.cfg? I have
ido2db.cfg is part of icinga-idoutils. Which is part of Icinga 1.x. You're
using Icinga 2 and should only install the packages remarked in the
documentation.
Entirely purge the icinga-idoutils package, drop the icinga database and
start again with reinstalling icinga2-ido-mysql
kind regards,
Michael
ido2db_user=nagios
ido2db_group=nagios
db_name=icinga
db_user=icinga-idoutils
db_pass=FFgvu1ljLn4j
Thank you again,
Kasia
Post by Kasia Macias
Sorry, I was mistaken because the Icinga-Web wiki page pointed to
IDOutils as requirement. Now I see it was only for Icinga 1.x. After
redoing everything, but without this unnecessary part, it still works
without previous errors.
So the problem was with my database only.
Thank you for your patience.
Kind regards,
Kasia
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
--
Michael Friedrich, DI (FH)
Application Developer
NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nuernberg
Tel: +49 911 92885-0 | Fax: +49 911 92885-77
GF: Julian Hein, Bernd Erk | AG Nuernberg HRB18461
** Open Source Backup Conference 2014 - September - osbconf.org **
** Puppet Camp Duesseldorf 2014 - Oktober - netways.de/puppetcamp **
** OSMC 2014 - November - netways.de/osmc **
** OpenNebula Conf 2014 - Dezember - opennebulaconf.com **
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
Michael Friedrich
2014-07-17 15:15:33 UTC
Permalink
Post by Kasia Macias
Hi Michael,
It's impossible that I have remains of previous installation (Icinga
1.x), because I work on virtual machines, and every time I try to make
it once again, I delete the old instances, and create new, empty ones.
While I'm installing the "icinga-web" package, it automatically forces
me to install "icinga-idoutils". (After apt-get install icinga-web,
blue screen with Configuring icinga-idoutils…).
Is it normal? Or maybe I use wrong sources?
icinga-web 1.7 (wherever that came from, apt-cache policy icinga-web
should tell) requires icinga-idoutils.
icinga-web 1.11 recommends icinga-idoutils. --no-install-recommends as
an additional flag won't install any recommended packages.
Post by Kasia Macias
echo "deb http://backports.debian.org/debian-backports
squeeze-backports main" >>
/etc/apt/sources.list.d/squeeze-backports.list
echo "deb http://debmon.org/debmon debmon-wheezy main" >> /etc/apt/sources.list
wget http://debmon.org/debmon/repo.key
cat repo.key | apt-key add -
Then normal apt get install icinga2, nagios-plugins and icinga-web...
Regards,
Kasia
Post by Kasia Macias
Hi,
Although the pop-up errors do not show up anymore, I still cannot see any
hosts and services (I assume, after setup I should be able to see localhost
at least?). I have suspicion that it can be problem with the database still.
mysql icinga -u icinga -p
mysql icinga_web -u icinga_web -p
and it works.
<ae:parameter
<ae:parameter
/etc/icinga2/features-available/ido-mysql.conf. After installation I have
user = "icinga2-ido-mysq”,
password = "icinga",
host = "localhost",
database = “icinga2idomysql”.
(With this config in icinga2.log I have only 'TcpSocket: Invalid socket'
etc.)
When I change data in file ido-mysql.conf that they match databases.xml
user = "icinga”,
password = "icinga",
host = "localhost",
database = “icinga”,
I have additional message in logs about: "IdoMysqlConnection: Schema version
'1.7.0' does not match the required version '1.11.3'! Please check the
upgrade documentation."
I am not sure if the change in the file was proper?
icinga2-ido-mysql ships the mysql schema version 1.11.3 which is required by
Icinga 2 at least. The warning tells you about it. Your schema seems to be
coming from the 'icinga-idoutils' package you had installed previously (and
I told you to purge it).
If it was, and I should make upgrade, the only file with upgrades I have in
/usr/share/doc/icinga-idoutils/examples/mysql/upgrade/mysql-upgrade-XXX.sql
As said, you don't need that package, nor its shipped example files.
but the most fresh version is 1.7.0. I do not have any upgrades in the
folder /usr/share/icinga2-ido-mysql/schema/, and anywhere else - checked
with "find / -name '*.sql'".
Should I also change db_user and db_pass file /etc/icinga/ido2db.cfg? I have
ido2db.cfg is part of icinga-idoutils. Which is part of Icinga 1.x. You're
using Icinga 2 and should only install the packages remarked in the
documentation.
Entirely purge the icinga-idoutils package, drop the icinga database and
start again with reinstalling icinga2-ido-mysql
kind regards,
Michael
ido2db_user=nagios
ido2db_group=nagios
db_name=icinga
db_user=icinga-idoutils
db_pass=FFgvu1ljLn4j
Thank you again,
Kasia
Post by Kasia Macias
Sorry, I was mistaken because the Icinga-Web wiki page pointed to
IDOutils as requirement. Now I see it was only for Icinga 1.x. After
redoing everything, but without this unnecessary part, it still works
without previous errors.
So the problem was with my database only.
Thank you for your patience.
Kind regards,
Kasia
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
--
Michael Friedrich, DI (FH)
Application Developer
NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nuernberg
Tel: +49 911 92885-0 | Fax: +49 911 92885-77
GF: Julian Hein, Bernd Erk | AG Nuernberg HRB18461
** Open Source Backup Conference 2014 - September - osbconf.org **
** Puppet Camp Duesseldorf 2014 - Oktober - netways.de/puppetcamp **
** OSMC 2014 - November - netways.de/osmc **
** OpenNebula Conf 2014 - Dezember - opennebulaconf.com **
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
-- 
Michael Friedrich, DI (FH)
Application Developer

NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nuernberg
Tel: +49 911 92885-0 | Fax: +49 911 92885-77
GF: Julian Hein, Bernd Erk | AG Nuernberg HRB18461
http://www.netways.de | ***@netways.de

** Open Source Backup Conference 2014 - September - osbconf.org **
** Puppet Camp Duesseldorf 2014 - Oktober - netways.de/puppetcamp **
** OSMC 2014 - November - netways.de/osmc **
** OpenNebula Conf 2014 - Dezember - opennebulaconf.com **
Kasia Macias
2014-07-18 11:23:49 UTC
Permalink
Hi,

I changed the sources to Debian Stable (wheezy) and downloaded new
packages... It helped.

Thanks for all helpful advices!

Kasia
Post by Michael Friedrich
Post by Kasia Macias
Hi Michael,
It's impossible that I have remains of previous installation (Icinga
1.x), because I work on virtual machines, and every time I try to make
it once again, I delete the old instances, and create new, empty ones.
While I'm installing the "icinga-web" package, it automatically forces
me to install "icinga-idoutils". (After apt-get install icinga-web,
blue screen with Configuring icinga-idoutils
).
Is it normal? Or maybe I use wrong sources?
icinga-web 1.7 (wherever that came from, apt-cache policy icinga-web
should tell) requires icinga-idoutils.
icinga-web 1.11 recommends icinga-idoutils. --no-install-recommends as
an additional flag won't install any recommended packages.
Post by Kasia Macias
echo "deb http://backports.debian.org/debian-backports
squeeze-backports main" >>
/etc/apt/sources.list.d/squeeze-backports.list
echo "deb http://debmon.org/debmon debmon-wheezy main" >>
/etc/apt/sources.list
wget http://debmon.org/debmon/repo.key
cat repo.key | apt-key add -
Then normal apt get install icinga2, nagios-plugins and icinga-web...
Regards,
Kasia
2014-07-17 14:05 GMT+00:00 Michael Friedrich <
Post by Kasia Macias
Hi,
Although the pop-up errors do not show up anymore, I still cannot see any
hosts and services (I assume, after setup I should be able to see localhost
at least?). I have suspicion that it can be problem with the database still.
mysql icinga -u icinga -p
mysql icinga_web -u icinga_web -p
and it works.
<ae:parameter
icinga_web</ae:parameter>
<ae:parameter
/etc/icinga2/features-available/ido-mysql.conf. After installation I have
user = "icinga2-ido-mysq”,
password = "icinga",
host = "localhost",
database = “icinga2idomysql”.
(With this config in icinga2.log I have only 'TcpSocket: Invalid socket'
etc.)
When I change data in file ido-mysql.conf that they match databases.xml
user = "icinga”,
password = "icinga",
host = "localhost",
database = “icinga”,
I have additional message in logs about: "IdoMysqlConnection: Schema version
'1.7.0' does not match the required version '1.11.3'! Please check the
upgrade documentation."
I am not sure if the change in the file was proper?
icinga2-ido-mysql ships the mysql schema version 1.11.3 which is required by
Icinga 2 at least. The warning tells you about it. Your schema seems to be
coming from the 'icinga-idoutils' package you had installed previously (and
I told you to purge it).
If it was, and I should make upgrade, the only file with upgrades I have in
/usr/share/doc/icinga-idoutils/examples/mysql/
upgrade/mysql-upgrade-XXX.sql
As said, you don't need that package, nor its shipped example files.
but the most fresh version is 1.7.0. I do not have any upgrades in the
folder /usr/share/icinga2-ido-mysql/schema/, and anywhere else - checked
with "find / -name '*.sql'".
Should I also change db_user and db_pass file /etc/icinga/ido2db.cfg? I have
ido2db.cfg is part of icinga-idoutils. Which is part of Icinga 1.x. You're
using Icinga 2 and should only install the packages remarked in the
documentation.
Entirely purge the icinga-idoutils package, drop the icinga database and
start again with reinstalling icinga2-ido-mysql
kind regards,
Michael
ido2db_user=nagios
ido2db_group=nagios
db_name=icinga
db_user=icinga-idoutils
db_pass=FFgvu1ljLn4j
Thank you again,
Kasia
Post by Kasia Macias
Sorry, I was mistaken because the Icinga-Web wiki page pointed to
IDOutils as requirement. Now I see it was only for Icinga 1.x. After
redoing everything, but without this unnecessary part, it still works
without previous errors.
So the problem was with my database only.
Thank you for your patience.
Kind regards,
Kasia
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
--
Michael Friedrich, DI (FH)
Application Developer
NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nuernberg
Tel: +49 911 92885-0 | Fax: +49 911 92885-77
GF: Julian Hein, Bernd Erk | AG Nuernberg HRB18461
** Open Source Backup Conference 2014 - September - osbconf.org **
** Puppet Camp Duesseldorf 2014 - Oktober - netways.de/puppetcamp **
** OSMC 2014 - November - netways.de/osmc **
** OpenNebula Conf 2014 - Dezember - opennebulaconf.com **
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
--
Michael Friedrich, DI (FH)
Application Developer
NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nuernberg
Tel: +49 911 92885-0 | Fax: +49 911 92885-77
GF: Julian Hein, Bernd Erk | AG Nuernberg HRB18461
** Open Source Backup Conference 2014 - September - osbconf.org **
** Puppet Camp Duesseldorf 2014 - Oktober - netways.de/puppetcamp **
** OSMC 2014 - November - netways.de/osmc **
** OpenNebula Conf 2014 - Dezember - opennebulaconf.com **
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
Loading...