Saturday, May 25th 2013, 3:16pm UTC+2

You are not logged in.

  • Login
  • Register

lippser

Intermediate

Posts: 186

Gender: male

Occupation: Application Developer

Nagios Version: -

Icinga Version: 1.8.0

Distributed monitoring: Nein

Redundant monitoring: Nein

Number of hosts: -

Number of services: -

OS: Ubuntu 12.04

Plugin Version: 1.4.16

21

Monday, August 6th 2012, 9:11am

ingraph (nicht -collector) muss zuerst gestartet werden ;-)
NETWAYS GmbH http://www.netways.de
NETWAYS Blog http://blog.netways.de

ZakMcKracken

Intermediate

Posts: 170

Birthday: Jun 12th 1982 (30)

Gender: male

Location: Köln

Occupation: Fachinformatiker

Number of monitoring servers: 1

Nagios Version: Keine

Icinga Version: 1.8.1

Distributed monitoring: Nein

Redundant monitoring: Nein

Number of hosts: 100

Number of services: 472

OS: Debian Squeeze (6)

Plugin Version: 1.4.16

22

Thursday, October 25th 2012, 10:57am

Ich hänge mich mal dran, da ich schlussendlich das gleiche Problem habe. Ich habe im perfdata entsprechende Dateien und diese werden auch in die Datenbank geschrieben. Allerdings kann das Webinterface diese nicht auslesen. Wenn ich auf "chose host" klicke, bekomme ich keine Daten geliefert.

lippser

Intermediate

Posts: 186

Gender: male

Occupation: Application Developer

Nagios Version: -

Icinga Version: 1.8.0

Distributed monitoring: Nein

Redundant monitoring: Nein

Number of hosts: -

Number of services: -

OS: Ubuntu 12.04

Plugin Version: 1.4.16

23

Thursday, October 25th 2012, 11:04am

Hi,

bekommst du einen Fehler oder "No results..."? Ist in der Datenbank wirklich was drin?

Source code

1
2
# mysql ...
mysql> select * from hosts;
NETWAYS GmbH http://www.netways.de
NETWAYS Blog http://blog.netways.de

ZakMcKracken

Intermediate

Posts: 170

Birthday: Jun 12th 1982 (30)

Gender: male

Location: Köln

Occupation: Fachinformatiker

Number of monitoring servers: 1

Nagios Version: Keine

Icinga Version: 1.8.1

Distributed monitoring: Nein

Redundant monitoring: Nein

Number of hosts: 100

Number of services: 472

OS: Debian Squeeze (6)

Plugin Version: 1.4.16

24

Thursday, October 25th 2012, 11:22am

Wie gesagt: Datanbank wird befüllt:


mysql> select * from host;
+----+-----------+
| id | name |
+----+-----------+
| 1 | localhost |
+----+-----------+
1 row in set (0.00 sec)

nrg

Beginner

Posts: 31

Number of monitoring servers: Nein

Nagios Version: 3

Distributed monitoring: Nein

Redundant monitoring: Nein

Number of hosts: 1

Number of services: 1

OS: Debian

Plugin Version: 1

25

Thursday, October 25th 2012, 11:51am

Öhm check mal, ob die Zugänge bei der Weboberfläche für das XML-RPC stimmen

lippser

Intermediate

Posts: 186

Gender: male

Occupation: Application Developer

Nagios Version: -

Icinga Version: 1.8.0

Distributed monitoring: Nein

Redundant monitoring: Nein

Number of hosts: -

Number of services: -

OS: Ubuntu 12.04

Plugin Version: 1.4.16

26

Thursday, October 25th 2012, 11:52am

Hm, komisch :) .
Starte auf dem Server bitte tcpdump:

Source code

1
tcpdump -Aqn port 5000

und klicke dann auf "Choose host". Die Ausgabe vom tcpdump dann bitte posten.
NETWAYS GmbH http://www.netways.de
NETWAYS Blog http://blog.netways.de

ZakMcKracken

Intermediate

Posts: 170

Birthday: Jun 12th 1982 (30)

Gender: male

Location: Köln

Occupation: Fachinformatiker

Number of monitoring servers: 1

Nagios Version: Keine

Icinga Version: 1.8.1

Distributed monitoring: Nein

Redundant monitoring: Nein

Number of hosts: 100

Number of services: 472

OS: Debian Squeeze (6)

Plugin Version: 1.4.16

27

Thursday, October 25th 2012, 1:15pm

Einträge der Datei

Source code

1
/usr/local/ingraph/app/modules/inGraph/config/inGraph.xml 


und

Source code

1
/etc/ingraph/ingraph-xmlrpc.conf


stimmen überein.

tcpdump loggt nichts mit.

lippser

Intermediate

Posts: 186

Gender: male

Occupation: Application Developer

Nagios Version: -

Icinga Version: 1.8.0

Distributed monitoring: Nein

Redundant monitoring: Nein

Number of hosts: -

Number of services: -

OS: Ubuntu 12.04

Plugin Version: 1.4.16

28

Thursday, October 25th 2012, 1:18pm

php5-curl und php5-xmlrpc installiert? /var/log/apache2/error.log gecheckt?
NETWAYS GmbH http://www.netways.de
NETWAYS Blog http://blog.netways.de

ZakMcKracken

Intermediate

Posts: 170

Birthday: Jun 12th 1982 (30)

Gender: male

Location: Köln

Occupation: Fachinformatiker

Number of monitoring servers: 1

Nagios Version: Keine

Icinga Version: 1.8.1

Distributed monitoring: Nein

Redundant monitoring: Nein

Number of hosts: 100

Number of services: 472

OS: Debian Squeeze (6)

Plugin Version: 1.4.16

29

Thursday, October 25th 2012, 1:27pm

Japp

dpkg -l | grep -i php
ii libapache2-mod-php5 5.3.3-7+squeeze14 server-side, HTML-embedded scripting language (Apache 2 module)
ii php5 5.3.3-7+squeeze14 server-side, HTML-embedded scripting language (metapackage)
ii php5-cli 5.3.3-7+squeeze14 command-line interpreter for the php5 scripting language
ii php5-common 5.3.3-7+squeeze14 Common files for packages built from the php5 source
ii php5-curl 5.3.3-7+squeeze14 CURL module for php5
ii php5-suhosin 0.9.32.1-1 advanced protection module for php5
ii php5-xmlrpc 5.3.3-7+squeeze14 XML-RPC module for php5


Log sagt ebenfalls nix.

Edit:
Jetzt schreibt das Log doch was. Und zwar das das Verzeichnis "modules" im "pub" nicht verfügbar wäre. Was auch in der Tat stimmt. Es war aber noch nie da. Hab ich bei der Installation was übersehen?

lippser

Intermediate

Posts: 186

Gender: male

Occupation: Application Developer

Nagios Version: -

Icinga Version: 1.8.0

Distributed monitoring: Nein

Redundant monitoring: Nein

Number of hosts: -

Number of services: -

OS: Ubuntu 12.04

Plugin Version: 1.4.16

30

Thursday, October 25th 2012, 1:42pm

mod_rewrite an?

Source code

1
# a2enmod rewrite


Ansosten log bitte anhängen :)
NETWAYS GmbH http://www.netways.de
NETWAYS Blog http://blog.netways.de

ZakMcKracken

Intermediate

Posts: 170

Birthday: Jun 12th 1982 (30)

Gender: male

Location: Köln

Occupation: Fachinformatiker

Number of monitoring servers: 1

Nagios Version: Keine

Icinga Version: 1.8.1

Distributed monitoring: Nein

Redundant monitoring: Nein

Number of hosts: 100

Number of services: 472

OS: Debian Squeeze (6)

Plugin Version: 1.4.16

31

Thursday, October 25th 2012, 1:53pm

mod_rewrite an?

Source code

1
# a2enmod rewrite


Ansosten log bitte anhängen :)
Das wars! Vielen dank.

Similar threads