Sunday, May 19th 2013, 10:20am UTC+2

You are not logged in.

  • Login
  • Register

benzoo

Trainee

Posts: 126

Gender: male

Number of monitoring servers: 1

Nagios Version: 3

Icinga Version: 1.8.1

Distributed monitoring: Nein

Redundant monitoring: Nein

Number of hosts: 100

Number of services: 1000

OS: CentOS

Plugin Version: 1.4.15

NDO Version: 1

IDO-Version: 1.8.0

1

Monday, May 28th 2012, 12:51pm

Installing Icinga Mobile

Good day,

I would like to install icinga mobile. I downloaded icinga-mobile-0.1.0.zip, and I managed to extract it. However there is configure file under icinga-mobile, only a file named configure.ac

In the documentation, its mentioned to run ./configure, but its not listed.

dnsmichi

Super Moderator

Posts: 5,976

Birthday: May 30th 1983 (29)

Gender: male

Location: Nürnberg

Occupation: Consultant / Developer beim besten Arbeitgeber der Welt @netways

Number of monitoring servers: Icinga: 4x dev, 10++ prod, Icinga2: 2x dev

Nagios Version: s/nagios/icinga/

Icinga Version: 1.9.0 / GIT

Distributed monitoring: Ja

Redundant monitoring: Ja

Number of hosts: 1000+

Number of services: 15000+

OS: RHEL, Debian, SUSE

Plugin Version: 1.4.16

IDO-Version: 1.9.0 / GIT MySQL/Postgresql/Oracle

Other Addons: Icinga Web, PNP, check_multi, inGraph, EventDB, LConf

2

Monday, May 28th 2012, 5:01pm

either get the git version, or run autoconf once in the unzipped dir.
+++ Icinga / LConf Developer +++ Senior Consultant at []NETWAYS> +++
+++ Icinga 1.9 || Icinga 2 +++ Icinga Support || IRC +++

benzoo

Trainee

Posts: 126

Gender: male

Number of monitoring servers: 1

Nagios Version: 3

Icinga Version: 1.8.1

Distributed monitoring: Nein

Redundant monitoring: Nein

Number of hosts: 100

Number of services: 1000

OS: CentOS

Plugin Version: 1.4.15

NDO Version: 1

IDO-Version: 1.8.0

3

Tuesday, May 29th 2012, 10:00am

When I run autoconf command, i get a "command not found" message.

benzoo

Trainee

Posts: 126

Gender: male

Number of monitoring servers: 1

Nagios Version: 3

Icinga Version: 1.8.1

Distributed monitoring: Nein

Redundant monitoring: Nein

Number of hosts: 100

Number of services: 1000

OS: CentOS

Plugin Version: 1.4.15

NDO Version: 1

IDO-Version: 1.8.0

4

Tuesday, May 29th 2012, 12:39pm

Thanks, I installed autoconf and configure file is now available.

benzoo

Trainee

Posts: 126

Gender: male

Number of monitoring servers: 1

Nagios Version: 3

Icinga Version: 1.8.1

Distributed monitoring: Nein

Redundant monitoring: Nein

Number of hosts: 100

Number of services: 1000

OS: CentOS

Plugin Version: 1.4.15

NDO Version: 1

IDO-Version: 1.8.0

5

Tuesday, May 29th 2012, 1:41pm

Great, I have icinga mobile installed on CentOS 6.2.


Here is how I did it:

Source code

1
2
3
4
5
6
7
run autoconf
Changed icinga_apikey & icinga_url in IcingaConfiguration.js file
run ./configure --with-web-user=apache --with-web-group=apache --with-web-apache-path=/etc/httpd
run make compile
run make install
run make install-apache-config
restart httpd

dnsmichi

Super Moderator

Posts: 5,976

Birthday: May 30th 1983 (29)

Gender: male

Location: Nürnberg

Occupation: Consultant / Developer beim besten Arbeitgeber der Welt @netways

Number of monitoring servers: Icinga: 4x dev, 10++ prod, Icinga2: 2x dev

Nagios Version: s/nagios/icinga/

Icinga Version: 1.9.0 / GIT

Distributed monitoring: Ja

Redundant monitoring: Ja

Number of hosts: 1000+

Number of services: 15000+

OS: RHEL, Debian, SUSE

Plugin Version: 1.4.16

IDO-Version: 1.9.0 / GIT MySQL/Postgresql/Oracle

Other Addons: Icinga Web, PNP, check_multi, inGraph, EventDB, LConf

6

Tuesday, May 29th 2012, 3:09pm

thanks, updated the wiki entry a bit - https://wiki.icinga.org/display/howtos/S…p+Icinga+Mobile

feel free to enhance :)
+++ Icinga / LConf Developer +++ Senior Consultant at []NETWAYS> +++
+++ Icinga 1.9 || Icinga 2 +++ Icinga Support || IRC +++

benzoo

Trainee

Posts: 126

Gender: male

Number of monitoring servers: 1

Nagios Version: 3

Icinga Version: 1.8.1

Distributed monitoring: Nein

Redundant monitoring: Nein

Number of hosts: 100

Number of services: 1000

OS: CentOS

Plugin Version: 1.4.15

NDO Version: 1

IDO-Version: 1.8.0

7

Tuesday, May 29th 2012, 3:47pm

Yay, My first contribution. :thumbsup: