MRTG Installations Fehler ?

phpman2

Registered User
Hallo zusammen,

ich habe anhand einer FAQ felixtriller.de » MRTG unter Debian MRTG versucht zu installieren.

Ansich hat dies bis zu folgendem Punkt:
>Da aber hierbei nur die Einzelseiten und Graphen erstellt werden, muss noch >eine Indexseite als Übersicht erstellt werden:

>indexmaker --output=/var/www/mrtg/index.html /etc/mrtg/mrtg.cfg
funktioniert, nun erscheint jedoch beim aufruf dieser Zeile folgender Fehler:
Code:
indexmaker --output=/var/www/mrtg/index.html /etc/mrtg/mrtg.cfg
Use of uninitialized value in pattern match (m//) at /usr/bin/indexmaker line 352.
ERROR: no H1 line pagetop property in localhost_1 section
myVDS: /var/www/mrtg#
leider konnte ich bisher zu dem Fehler keine abhilfe finden.

Ausschnitt aus der mrtg.cfg
Code:
Target[localhost_1]: 1:public@localhost:
SetEnv[localhost_1]: MRTG_INT_IP="127.0.0.1" MRTG_INT_DESCR="lo"
MaxBytes[localhost_1]: 1250000
Title[localhost_1]: <H1> Traffic Analysis for 1 -- vsxxxx.vserver.de</H1>
 PageTop[localhost_1]: <H1> Traffic Analysis for 1 -- vsxxxx.vserver.de</H1>
  <TABLE>
    <TR><TD>System:</TD>     <TD>vsxxxx.vserver.de in Unknown (configure /etc/snmp/snmpd.local.conf)</TD></TR>
    <TR><TD>Maintainer:</TD> <TD>Root &lt;root@localhost&gt; (configure /etc/snmp/snmpd.local.conf)</TD></TR>
    <TR><TD>Description:</TD><TD>lo  </TD></TR>
    <TR><TD>ifType:</TD>     <TD>softwareLoopback (24)</TD></TR>
    <TR><TD>ifName:</TD>     <TD></TD></TR>
    <TR><TD>Max Speed:</TD>  <TD>1250.0 kBytes/s</TD></TR>
    <TR><TD>Ip:</TD>         <TD>127.0.0.1 (localhost.localdomain)</TD></TR>
  </TABLE>
Oder darf ich "localhost" nicht monitoren ?

Ohne obigen Punkt (direkt auf IP bezogener Abschnitt) erscheint jedoch diese meldung etwas anders:
Code:
:/etc/mrtg# indexmaker --output=/var/www/mrtg/index.html /etc/mrtg/mrtg.cfg
ERROR: no H1 line pagetop property in localhost_3 section
Eintrag ist jedoch wie oben !

Hoffe daher, dass Ihr mir weiterhelfen könnt.

Vielen Dank im voraus.

Gruß, PHPman
 
Last edited by a moderator:
Back
Top