10.09.2011, 20:08 UTC+2

Sie sind nicht angemeldet.

Home Seite ist immer leer

GreenRover

Anfänger

Beiträge: 12

Geburtstag: 03.12.

Geschlecht: Männlich

Wohnort: CH Interlaken

Beruf: PHP Progger

Anzahl Nagios-Server: 1

Nagios-Version(en): 3.0.3

Verteiltes Monitoring: Nein

Redundantes Monitoring: Nein

Anzahl-Hosts: 8

Anzahl Services: 102

Betriebssystem(e): Debian etch

Plugin-Version(en): gemischt

Sonstige Addon's: Centreon 2.0.1

1

13.04.2008, 19:21

Home Seite ist immer leer

Hallo,

es gibt ja in Oreon/Centreon die Home Seite (Startseite)

Wozu ist diese überhaupt gedacht? bei mir steht da immer bloß: Host Stats

MfG Heiko

Iralein

Fortgeschrittener

Beiträge: 584

Geburtstag: 11.11.1979 (31)

Geschlecht: Weiblich

Wohnort: KL

Beruf: B.Sc. Informatik schimpft sich das, heißt aber auch nix weiter, als prämierter IT-Futzi in weiblicher Form (weiß jemand, wie das dann heißt?)

Anzahl Nagios-Server: 3

Nagios-Version(en): 3.0.3

Verteiltes Monitoring: Nein

Redundantes Monitoring: Ja

Anzahl-Hosts: ~1043

Anzahl Services: ~3368

Betriebssystem(e): SuSE 10.1/SLES 10

Plugin-Version(en): diverse

NagVis-Version: 1.1

NDO-Version: 1.4b7

Sonstige Addon's: Eigene und Centreon 2.x , NTOP, SPLUNK, syslog-php, BASE, ...

2

13.04.2008, 22:35

Hallo Heiko,

Unter Host Stats sollten sich zwei "Kuchendiagramme" befinden (hosts, services), welche als erste Übersicht dienen sollen, ähnlich dem Tactical Overview von Nagios.
Falls diese bei Dir nicht vorhanden sind, dann schau doch mal bitte in dein error.log von Apache. Vielleicht wirst du da fündig.

Grüße,

Ira
Fische sind Freunde - KEIN Futter !

GreenRover

Anfänger

Beiträge: 12

Geburtstag: 03.12.

Geschlecht: Männlich

Wohnort: CH Interlaken

Beruf: PHP Progger

Anzahl Nagios-Server: 1

Nagios-Version(en): 3.0.3

Verteiltes Monitoring: Nein

Redundantes Monitoring: Nein

Anzahl-Hosts: 8

Anzahl Services: 102

Betriebssystem(e): Debian etch

Plugin-Version(en): gemischt

Sonstige Addon's: Centreon 2.0.1

3

14.04.2008, 16:45

ah ok... ja habe das Problem gefunden... (Das Apachelog ist leider nicht sehr gesprächig bei PHP Fehlern)
mir hat noch folgendes gefehlt: http://packages.debian.org/stable/x11/msttcorefonts

Bei einer aktuellen Debian distribution ließe sich das ganze mit folgenden Lösen:

Quellcode

1
2
3
4
5
apt-get install msttcorefonts
mv /usr/share/php/Image/Canvas/Fonts/fontmap.txt /usr/share/fonts/truetype/msttcorefonts/
rm /usr/share/php/Image/Canvas/Fonts/README
rm -r /usr/share/php/Image/Canvas/Fonts/
ln -s /usr/share/fonts/truetype/msttcorefonts/ /usr/share/php/Image/Canvas/Fonts


Ausgabe der Bilddatei:
http://der.server/oreon/include/home/pie_chart_host.php

Quellcode

1
Warning:  imagettfbbox() [function.imagettfbbox]: Could not find/open font in /usr/share/php/Image/Canvas/GD.php on line 1374    Warning:  imagettfbbox() [function.imagettfbbox]: Could not find/open font in /usr/share/php/Image/Canvas/GD.php on line 1378    Warning:  imagettfbbox() [function.imagettfbbox]: Could not find/open font in /usr/share/php/Image/Canvas/GD.php on line 1382    Warning:  Division by zero in /usr/share/php/Image/Canvas/GD.php on line 1386    Warning:  imagettfbbox() [function.imagettfbbox]: Could not find/open font in /usr/share/php/Image/Canvas/GD.php on line 1418    Warning:  imagettftext() [function.imagettftext]: Could not find/open font in /usr/share/php/Image/Canvas/GD.php on line 1494    Warning:  imagettfbbox() [function.imagettfbbox]: Could not find/open font in /usr/share/php/Image/Canvas/GD.php on line 1245    Warning:  imagettfbbox() [function.imagettfbbox]: Could not find/open font in /usr/share/php/Image/Canvas/GD.php on line 1374    Warning:  imagettfbbox() [function.imagettfbbox]: Could not find/open font in /usr/share/php/Image/Canvas/GD.php on line 1378    Warning:  imagettfbbox() [function.imagettfbbox]: Could not find/open font in /usr/share/php/Image/Canvas/GD.php on line 1382    Warning:  Division by zero in /usr/share/php/Image/Canvas/GD.php on line 1386    Warning:  imagettfbbox() [function.imagettfbbox]: Could not find/open font in /usr/share/php/Image/Canvas/GD.php on line 1418    Warning:  imagettftext() [function.imagettftext]: Could not find/open font in /usr/share/php/Image/Canvas/GD.php on line 1494    Warning:  imagettfbbox() [function.imagettfbbox]: Could not find/open font in /usr/share/php/Image/Canvas/GD.php on line 1245    Warning:  imagettfbbox() [function.imagettfbbox]: Could not find/open font in /usr/share/php/Image/Canvas/GD.php on line 1245    Warning:  imagettfbbox() [function.imagettfbbox]: Could not find/open font in /usr/share/php/Image/Canvas/GD.php on line 1374    Warning:  imagettfbbox() [function.imagettfbbox]: Could not find/open font in /usr/share/php/Image/Canvas/GD.php on line 1378    Warning:  imagettfbbox() [function.imagettfbbox]: Could not find/open font in /usr/share/php/Image/Canvas/GD.php on line 1382    Warning:  Division by zero in /usr/share/php/Image/Canvas/GD.php on line 1386    Warning:  imagettftext() [function.imagettftext]: Could not find/open font in /usr/share/php/Image/Canvas/GD.php on line 1494    Warning:  Cannot modify header information - headers already sent by (output started at /usr/share/php/Image/Canvas/GD.php:1374) in /usr/share/php/Image/Canvas.php on line 644    Warning:  Cannot modify header information - headers already sent by (output started at /usr/share/php/Image/Canvas/GD.php:1374) in /usr/share/php/Image/Canvas.php on line 645    Warning:  Cannot modify header information - headers already sent by (output started at /usr/share/php/Image/Canvas/GD.php:1374) in /usr/share/php/Image/Canvas.php on line 646    Warning:  Cannot modify header information - headers already sent by (output started at /usr/share/php/Image/Canvas/GD.php:1374) in /usr/share/php/Image/Canvas.php on line 647    Warning:  Cannot modify header information - headers already sent by (output started at /usr/share/php/Image/Canvas/GD.php:1374) in /usr/share/php/Image/Canvas/GD/PNG.php on line 104    Warning:  Cannot modify header information - headers already sent by (output started at /usr/share/php/Image/Canvas/GD.php:1374) in /usr/share/php/Image/Canvas/GD/PNG.php on line 105  ‰PNG  ��� IHDR��,���ú���”í¤��>IDATxœíÝÉqÛ@EQÐ嵂bH!1(& /è¢


Danke für deine Hilfe Iralein... aber hier hätte ich wirklich mal selber in den HTML Quelltext gucken können ;-)